Html Css Color HEX #A12486 Dark Purple

📋 copy color: '#A12486'

red 161 ◦ green 36 ◦ blue 134

#A12486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A12486

Tints of Dark Purple #A12486

RGB

 RED value IS 161 (63.28% from 255) = 48.64%

 GREEN value IS 36 (14.45% from 255) = 10.88%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 48.64%
G = 10.88%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A12486 (or 0xA12486) is known color: Dark Purple. HEX triplet: A1, 24 and 86. RGB value is (161,36,134). Sum of RGB (Red+Green+Blue) = 161+36+134=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A12486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12486 is #5EDB79. Grayscale: #545454. Windows color (decimal): -6216570 or 8791201. OLE color: 8791201.

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

Color convert

RGB 161 36 134 -
CMYK 0 0.78 0.17 0.37
HSL 312.96º 0.63% 0.39% -
HSV(B) 312.96º 0.78% 0.63% -
XYZ 19.63 10.56 23.56 -
YUV 84.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 161 36 134 0 0.78 0.17 0.37 312.96 0.63 0.39
Hex A1 24 86 0 4E 11 25 139 3F 27
Octal 241 44 206 0 116 21 45 471 77 47
Binary 10100001 100100 10000110 0 1001110 10001 100101 100111001 111111 100111

Color Harmonies of #A12486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12486

Black with #A12486

Text Example


Text Example

White with #A12486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12486; }

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

 H1.HeaderClassName
 {
   color: #A12486;
 }
 .AnyTagClassName
 {
   color: #A12486;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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