#A12480

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

Shades of Dark Purple #A12480

Tints of Dark Purple #A12480

Color information

#A12480 (or 0xA12480) is unknown color: approx Dark Purple. HEX triplet: A1, 24 and 80. RGB value is (161,36,128). Sum of RGB (Red+Green+Blue) = 161+36+128=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A12480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12480 is #5EDB7F. Grayscale: #535353. Windows color (decimal): -6216576 or 8397985. OLE color: 8397985.

HSL color Cylindrical-coordinate representation of color #A12480: hue angle of 315.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12480 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16136128-
CMYK00.780.200.37
HSL315.84º63.45%38.63%-
HSV(B)315.84º77.64%63.14%-
XYZ19.2310.421.42-
YUV83.86152.91183.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 36 (14.45% from 255) = 11.08%
BLUE value IS 128 (50.39% from 255) = 39.38%
R=49.54%
G=11.08%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613612800.780.200.37315.8463.4538.63
HexA1248004E142513c3f27
Octal24144200011624454747747
Binary10100001100100100000000100111010100100101100111100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12480; }

 p { color: rgb(161,36,128); }

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

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

 a { background-color: rgb(161,36,128); }

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

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

 span { border-color: rgb(161,36,128); }

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