#A12485

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

Shades of Dark Purple #A12485

Tints of Dark Purple #A12485

Color information

#A12485 (or 0xA12485) is unknown color: approx Dark Purple. HEX triplet: A1, 24 and 85. RGB value is (161,36,133). Sum of RGB (Red+Green+Blue) = 161+36+133=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A12485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12485 is #5EDB7A. Grayscale: #545454. Windows color (decimal): -6216571 or 8725665. OLE color: 8725665.

HSL color Cylindrical-coordinate representation of color #A12485: hue angle of 313.44º 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 #A12485 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16136133-
CMYK00.780.170.37
HSL313.44º63.45%38.63%-
HSV(B)313.44º77.64%63.14%-
XYZ19.5610.5323.19-
YUV84.43155.41182.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 36 (14.45% from 255) = 10.91%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=48.79%
G=10.91%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613613300.780.170.37313.4463.4538.63
HexA1248504E11251393f27
Octal24144205011621454717747
Binary10100001100100100001010100111010001100101100111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12485; }

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

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

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

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

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

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

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

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