Html Css Color HEX #A12499 Dark Purple

📋 copy color: '#A12499'

red 161 ◦ green 36 ◦ blue 153

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

Shades of Dark Purple #A12499

Tints of Dark Purple #A12499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 46%
G = 10.29%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A12499 (or 0xA12499) is known color: Dark Purple. HEX triplet: A1, 24 and 99. RGB value is (161,36,153). Sum of RGB (Red+Green+Blue) = 161+36+153=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A12499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12499 is #5EDB66. Grayscale: #565656. Windows color (decimal): -6216551 or 10036385. OLE color: 10036385.

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

Color convert

RGB 161 36 153 -
CMYK 0 0.78 0.05 0.37
HSL 303.84º 0.63% 0.39% -
HSV(B) 303.84º 0.78% 0.63% -
XYZ 21.08 11.14 31.18 -
YUV 86.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 161 36 153 0 0.78 0.05 0.37 303.84 0.63 0.39
Hex A1 24 99 0 4E 5 25 130 3F 27
Octal 241 44 231 0 116 5 45 460 77 47
Binary 10100001 100100 10011001 0 1001110 101 100101 100110000 111111 100111

Color Harmonies of #A12499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12499

Black with #A12499

Text Example


Text Example

White with #A12499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12499; }

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

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

background-color css

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

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

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

border-color css

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

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

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