Html Css Color HEX #A2197F Dark Purple

📋 copy color: '#A2197F'

red 162 ◦ green 25 ◦ blue 127

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

Shades of Dark Purple #A2197F

Tints of Dark Purple #A2197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 51.59%
G = 7.96%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2197F (or 0xA2197F) is known color: Dark Purple. HEX triplet: A2, 19 and 7F. RGB value is (162,25,127). Sum of RGB (Red+Green+Blue) = 162+25+127=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A2197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2197F is #5DE680. Grayscale: #4D4D4D. Windows color (decimal): -6153857 or 8329634. OLE color: 8329634.

HSL color Cylindrical-coordinate representation of color #A2197F: hue angle of 315.33º 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 #A2197F is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 25 127 -
CMYK 0 0.85 0.22 0.36
HSL 315.33º 0.73% 0.37% -
HSV(B) 315.33º 0.85% 0.64% -
XYZ 19.08 9.91 20.99 -
YUV 77.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 162 25 127 0 0.85 0.22 0.36 315.33 0.73 0.37
Hex A2 19 7F 0 55 16 24 13B 49 25
Octal 242 31 177 0 125 26 44 473 111 45
Binary 10100010 11001 1111111 0 1010101 10110 100100 100111011 1001001 100101

Color Harmonies of #A2197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2197F

Black with #A2197F

Text Example


Text Example

White with #A2197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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