Html Css Color HEX #A2137F Dark Purple

📋 copy color: '#A2137F'

red 162 ◦ green 19 ◦ blue 127

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

Shades of Dark Purple #A2137F

Tints of Dark Purple #A2137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 52.6%
G = 6.17%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2137F (or 0xA2137F) is known color: Dark Purple. HEX triplet: A2, 13 and 7F. RGB value is (162,19,127). Sum of RGB (Red+Green+Blue) = 162+19+127=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2137F is #5DEC80. Grayscale: #494949. Windows color (decimal): -6155393 or 8328098. OLE color: 8328098.

HSL color Cylindrical-coordinate representation of color #A2137F: hue angle of 314.69º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2137F is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 19 127 -
CMYK 0 0.88 0.22 0.36
HSL 314.69º 0.79% 0.35% -
HSV(B) 314.69º 0.88% 0.64% -
XYZ 18.96 9.68 20.95 -
YUV 74.07 157.88 190.72 -
System Red Green Blue C M Y K H S L
Decimal 162 19 127 0 0.88 0.22 0.36 314.69 0.79 0.35
Hex A2 13 7F 0 58 16 24 13B 4F 23
Octal 242 23 177 0 130 26 44 473 117 43
Binary 10100010 10011 1111111 0 1011000 10110 100100 100111011 1001111 100011

Color Harmonies of #A2137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2137F

Black with #A2137F

Text Example


Text Example

White with #A2137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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