Html Css Color HEX #A02E76 Medium Red Violet

📋 copy color: '#A02E76'

red 160 ◦ green 46 ◦ blue 118

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

Shades of Medium Red Violet #A02E76

Tints of Medium Red Violet #A02E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.2%

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 49.38%
G = 14.2%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A02E76 (or 0xA02E76) is known color: Medium Red Violet. HEX triplet: A0, 2E and 76. RGB value is (160,46,118). Sum of RGB (Red+Green+Blue) = 160+46+118=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02E76 is #5FD189. Grayscale: #585858. Windows color (decimal): -6279562 or 7745184. OLE color: 7745184.

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

Color convert

RGB 160 46 118 -
CMYK 0 0.71 0.26 0.37
HSL 322.11º 0.55% 0.4% -
HSV(B) 322.11º 0.71% 0.63% -
XYZ 18.74 10.74 18.22 -
YUV 88.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 160 46 118 0 0.71 0.26 0.37 322.11 0.55 0.4
Hex A0 2E 76 0 47 1A 25 142 37 28
Octal 240 56 166 0 107 32 45 502 67 50
Binary 10100000 101110 1110110 0 1000111 11010 100101 101000010 110111 101000

Color Harmonies of #A02E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02E76

Black with #A02E76

Text Example


Text Example

White with #A02E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02E76; }

 p { color: rgb(160,46,118); }

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

background-color css

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

 a { background-color: rgb(160,46,118); }

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

border-color css

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

 span { border-color: rgb(160,46,118); }

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