#a31880

Color #A31880 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A31880

Tints of Dark Purple #A31880

Color information

#A31880 (or 0xA31880) is unknown color: approx Dark Purple. HEX triplet: A3, 18 and 80. RGB value is (163,24,128). Sum of RGB (Red+Green+Blue) = 163+24+128=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A31880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31880 is #5CE77F. Grayscale: #4D4D4D. Windows color (decimal): -6088576 or 8394915. OLE color: 8394915.

HSL color Cylindrical-coordinate representation of color #A31880: hue angle of 315.11º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31880 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16324128-
CMYK00.850.210.36
HSL315.11º74.33%36.67%-
HSV(B)315.11º85.28%63.92%-
XYZ19.331021.33-
YUV77.42156.55189.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=51.75%
G=7.62%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632412800.850.210.36315.1174.3336.67
HexA31880055152413b4a25
Octal243302000125254447311245
Binary10100011110001000000001010101101011001001001110111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31880; }

 p { color: rgb(163,24,128); }

 H1.HeaderClassName
 {
   color: #a31880;
 }
 .AnyTagClassName
 {
   color: #a31880;
 }
</style>
background-color css

<style>
 a { background-color: #a31880; }

 a { background-color: rgb(163,24,128); }

 div.DivClassName
 {
   background-color: #a31880;
 }
 .BgClassName
 {
   background-color: #a31880;
 }
</style>
border-color css

<style>
 span { border-color: #a31880; }

 span { border-color: rgb(163,24,128); }

 td.TdClassName
 {
   border-color: #a31880;
 }
 .TagClassName
 {
   border-color: #a31880;
 }
</style>