Html Css Color HEX #A02A72 Medium Red Violet

📋 copy color: '#A02A72'

red 160 ◦ green 42 ◦ blue 114

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

Shades of Medium Red Violet #A02A72

Tints of Medium Red Violet #A02A72

RGB

 RED value IS 160 (62.89% from 255) = 50.63%

 GREEN value IS 42 (16.8% from 255) = 13.29%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 50.63%
G = 13.29%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A02A72 (or 0xA02A72) is known color: Medium Red Violet. HEX triplet: A0, 2A and 72. RGB value is (160,42,114). Sum of RGB (Red+Green+Blue) = 160+42+114=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A72 is #5FD58D. Grayscale: #555555. Windows color (decimal): -6280590 or 7482016. OLE color: 7482016.

HSL color Cylindrical-coordinate representation of color #A02A72: hue angle of 323.39º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A72 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 42 114 -
CMYK 0 0.74 0.29 0.37
HSL 323.39º 0.58% 0.4% -
HSV(B) 323.39º 0.74% 0.63% -
XYZ 18.36 10.34 16.95 -
YUV 85.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 160 42 114 0 0.74 0.29 0.37 323.39 0.58 0.4
Hex A0 2A 72 0 4A 1D 25 143 3A 28
Octal 240 52 162 0 112 35 45 503 72 50
Binary 10100000 101010 1110010 0 1001010 11101 100101 101000011 111010 101000

Color Harmonies of #A02A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A72

Black with #A02A72

Text Example


Text Example

White with #A02A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A72; }

 p { color: rgb(160,42,114); }

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

background-color css

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

 a { background-color: rgb(160,42,114); }

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

border-color css

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

 span { border-color: rgb(160,42,114); }

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