Html Css Color HEX #A42097 Dark Purple

📋 copy color: '#A42097'

red 164 ◦ green 32 ◦ blue 151

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

Shades of Dark Purple #A42097

Tints of Dark Purple #A42097

RGB

 RED value IS 164 (64.45% from 255) = 47.26%

 GREEN value IS 32 (12.89% from 255) = 9.22%

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

R = 47.26%
G = 9.22%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A42097 (or 0xA42097) is known color: Dark Purple. HEX triplet: A4, 20 and 97. RGB value is (164,32,151). Sum of RGB (Red+Green+Blue) = 164+32+151=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A42097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42097 is #5BDF68. Grayscale: #545454. Windows color (decimal): -6020969 or 9904292. OLE color: 9904292.

HSL color Cylindrical-coordinate representation of color #A42097: hue angle of 305.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42097 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 151 -
CMYK 0 0.80 0.08 0.36
HSL 305.91º 0.67% 0.38% -
HSV(B) 305.91º 0.8% 0.64% -
XYZ 21.41 11.16 30.3 -
YUV 85.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 164 32 151 0 0.80 0.08 0.36 305.91 0.67 0.38
Hex A4 20 97 0 50 8 24 132 43 26
Octal 244 40 227 0 120 10 44 462 103 46
Binary 10100100 100000 10010111 0 1010000 1000 100100 100110010 1000011 100110

Color Harmonies of #A42097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42097

Black with #A42097

Text Example


Text Example

White with #A42097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42097; }

 p { color: rgb(164,32,151); }

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

background-color css

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

 a { background-color: rgb(164,32,151); }

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

border-color css

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

 span { border-color: rgb(164,32,151); }

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