#A12581

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

Shades of Dark Purple #A12581

Tints of Dark Purple #A12581

Color information

#A12581 (or 0xA12581) is unknown color: approx Dark Purple. HEX triplet: A1, 25 and 81. RGB value is (161,37,129). Sum of RGB (Red+Green+Blue) = 161+37+129=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A12581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12581 is #5EDA7E. Grayscale: #545454. Windows color (decimal): -6216319 or 8463777. OLE color: 8463777.

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

Color convert

RGB16137129-
CMYK00.770.200.37
HSL315.48º62.63%38.82%-
HSV(B)315.48º77.02%63.14%-
XYZ19.3210.4921.77-
YUV84.56153.08182.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 37 (14.84% from 255) = 11.31%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=49.24%
G=11.31%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613712900.770.200.37315.4862.6338.82
HexA1258104D142513b3f27
Octal24145201011524454737747
Binary10100001100101100000010100110110100100101100111011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12581; }

 p { color: rgb(161,37,129); }

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

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

 a { background-color: rgb(161,37,129); }

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

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

 span { border-color: rgb(161,37,129); }

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