Html Css Color HEX #A12897 Dark Purple

📋 copy color: '#A12897'

red 161 ◦ green 40 ◦ blue 151

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

Shades of Dark Purple #A12897

Tints of Dark Purple #A12897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

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

R = 45.74%
G = 11.36%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A12897 (or 0xA12897) is known color: Dark Purple. HEX triplet: A1, 28 and 97. RGB value is (161,40,151). Sum of RGB (Red+Green+Blue) = 161+40+151=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A12897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12897 is #5ED768. Grayscale: #585858. Windows color (decimal): -6215529 or 9906337. OLE color: 9906337.

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

Color convert

RGB 161 40 151 -
CMYK 0 0.75 0.06 0.37
HSL 304.96º 0.6% 0.39% -
HSV(B) 304.96º 0.75% 0.63% -
XYZ 21.04 11.33 30.36 -
YUV 88.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 161 40 151 0 0.75 0.06 0.37 304.96 0.6 0.39
Hex A1 28 97 0 4B 6 25 131 3C 27
Octal 241 50 227 0 113 6 45 461 74 47
Binary 10100001 101000 10010111 0 1001011 110 100101 100110001 111100 100111

Color Harmonies of #A12897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12897

Black with #A12897

Text Example


Text Example

White with #A12897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12897; }

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

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

background-color css

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

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

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

border-color css

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

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

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