Html Css Color HEX #A02B77 Medium Red Violet

📋 copy color: '#A02B77'

red 160 ◦ green 43 ◦ blue 119

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

Shades of Medium Red Violet #A02B77

Tints of Medium Red Violet #A02B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.35%

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

R = 49.69%
G = 13.35%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A02B77 (or 0xA02B77) is known color: Medium Red Violet. HEX triplet: A0, 2B and 77. RGB value is (160,43,119). Sum of RGB (Red+Green+Blue) = 160+43+119=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B77 is #5FD488. Grayscale: #565656. Windows color (decimal): -6280329 or 7809952. OLE color: 7809952.

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

Color convert

RGB 160 43 119 -
CMYK 0 0.73 0.26 0.37
HSL 321.03º 0.58% 0.4% -
HSV(B) 321.03º 0.73% 0.63% -
XYZ 18.69 10.53 18.5 -
YUV 86.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 160 43 119 0 0.73 0.26 0.37 321.03 0.58 0.4
Hex A0 2B 77 0 49 1A 25 141 3A 28
Octal 240 53 167 0 111 32 45 501 72 50
Binary 10100000 101011 1110111 0 1001001 11010 100101 101000001 111010 101000

Color Harmonies of #A02B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B77

Black with #A02B77

Text Example


Text Example

White with #A02B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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