Html Css Color HEX #A02B83 Medium Red Violet

📋 copy color: '#A02B83'

red 160 ◦ green 43 ◦ blue 131

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

Shades of Medium Red Violet #A02B83

Tints of Medium Red Violet #A02B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.22%

R = 47.9%
G = 12.87%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A02B83 (or 0xA02B83) is known color: Medium Red Violet. HEX triplet: A0, 2B and 83. RGB value is (160,43,131). Sum of RGB (Red+Green+Blue) = 160+43+131=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B83 is #5FD47C. Grayscale: #575757. Windows color (decimal): -6280317 or 8596384. OLE color: 8596384.

HSL color Cylindrical-coordinate representation of color #A02B83: hue angle of 314.87º 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 #A02B83 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 43 131 -
CMYK 0 0.73 0.18 0.37
HSL 314.87º 0.58% 0.4% -
HSV(B) 314.87º 0.73% 0.63% -
XYZ 19.46 10.84 22.54 -
YUV 88.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 160 43 131 0 0.73 0.18 0.37 314.87 0.58 0.4
Hex A0 2B 83 0 49 12 25 13B 3A 28
Octal 240 53 203 0 111 22 45 473 72 50
Binary 10100000 101011 10000011 0 1001001 10010 100101 100111011 111010 101000

Color Harmonies of #A02B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B83

Black with #A02B83

Text Example


Text Example

White with #A02B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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