Html Css Color HEX #A2197C Dark Purple

📋 copy color: '#A2197C'

red 162 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #A2197C

Tints of Dark Purple #A2197C

RGB

 RED value IS 162 (63.67% from 255) = 52.09%

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 52.09%
G = 8.04%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2197C (or 0xA2197C) is known color: Dark Purple. HEX triplet: A2, 19 and 7C. RGB value is (162,25,124). Sum of RGB (Red+Green+Blue) = 162+25+124=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2197C is #5DE683. Grayscale: #4C4C4C. Windows color (decimal): -6153860 or 8133026. OLE color: 8133026.

HSL color Cylindrical-coordinate representation of color #A2197C: hue angle of 316.64º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2197C is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 25 124 -
CMYK 0 0.85 0.23 0.36
HSL 316.64º 0.73% 0.37% -
HSV(B) 316.64º 0.85% 0.64% -
XYZ 18.89 9.83 19.97 -
YUV 77.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 162 25 124 0 0.85 0.23 0.36 316.64 0.73 0.37
Hex A2 19 7C 0 55 17 24 13D 49 25
Octal 242 31 174 0 125 27 44 475 111 45
Binary 10100010 11001 1111100 0 1010101 10111 100100 100111101 1001001 100101

Color Harmonies of #A2197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2197C

Black with #A2197C

Text Example


Text Example

White with #A2197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2197C; }

 p { color: rgb(162,25,124); }

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

background-color css

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

 a { background-color: rgb(162,25,124); }

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

border-color css

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

 span { border-color: rgb(162,25,124); }

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