Html Css Color HEX #A12497 Dark Purple

📋 copy color: '#A12497'

red 161 ◦ green 36 ◦ blue 151

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

Shades of Dark Purple #A12497

Tints of Dark Purple #A12497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.39%

R = 46.26%
G = 10.34%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A12497 (or 0xA12497) is known color: Dark Purple. HEX triplet: A1, 24 and 97. RGB value is (161,36,151). Sum of RGB (Red+Green+Blue) = 161+36+151=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A12497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12497 is #5EDB68. Grayscale: #565656. Windows color (decimal): -6216553 or 9905313. OLE color: 9905313.

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

Color convert

RGB 161 36 151 -
CMYK 0 0.78 0.06 0.37
HSL 304.8º 0.63% 0.39% -
HSV(B) 304.8º 0.78% 0.63% -
XYZ 20.91 11.07 30.31 -
YUV 86.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 161 36 151 0 0.78 0.06 0.37 304.8 0.63 0.39
Hex A1 24 97 0 4E 6 25 131 3F 27
Octal 241 44 227 0 116 6 45 461 77 47
Binary 10100001 100100 10010111 0 1001110 110 100101 100110001 111111 100111

Color Harmonies of #A12497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12497

Black with #A12497

Text Example


Text Example

White with #A12497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12497; }

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

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

background-color css

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

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

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

border-color css

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

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

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