Html Css Color HEX #A02D77 Medium Red Violet

📋 copy color: '#A02D77'

red 160 ◦ green 45 ◦ blue 119

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

Shades of Medium Red Violet #A02D77

Tints of Medium Red Violet #A02D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.89%

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 49.38%
G = 13.89%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A02D77 (or 0xA02D77) is known color: Medium Red Violet. HEX triplet: A0, 2D and 77. RGB value is (160,45,119). Sum of RGB (Red+Green+Blue) = 160+45+119=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D77 is #5FD288. Grayscale: #575757. Windows color (decimal): -6279817 or 7810464. OLE color: 7810464.

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

Color convert

RGB 160 45 119 -
CMYK 0 0.72 0.26 0.37
HSL 321.39º 0.56% 0.4% -
HSV(B) 321.39º 0.72% 0.63% -
XYZ 18.77 10.68 18.53 -
YUV 87.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 160 45 119 0 0.72 0.26 0.37 321.39 0.56 0.4
Hex A0 2D 77 0 48 1A 25 141 38 28
Octal 240 55 167 0 110 32 45 501 70 50
Binary 10100000 101101 1110111 0 1001000 11010 100101 101000001 111000 101000

Color Harmonies of #A02D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02D77

Black with #A02D77

Text Example


Text Example

White with #A02D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02D77; }

 p { color: rgb(160,45,119); }

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

background-color css

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

 a { background-color: rgb(160,45,119); }

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

border-color css

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

 span { border-color: rgb(160,45,119); }

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