Html Css Color HEX #A02D83 Medium Red Violet

📋 copy color: '#A02D83'

red 160 ◦ green 45 ◦ blue 131

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

Shades of Medium Red Violet #A02D83

Tints of Medium Red Violet #A02D83

RGB

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

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

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

R = 47.62%
G = 13.39%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A02D83 (or 0xA02D83) is known color: Medium Red Violet. HEX triplet: A0, 2D and 83. RGB value is (160,45,131). Sum of RGB (Red+Green+Blue) = 160+45+131=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02D83 is #5FD27C. Grayscale: #585858. Windows color (decimal): -6279805 or 8596896. OLE color: 8596896.

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

Color convert

RGB 160 45 131 -
CMYK 0 0.72 0.18 0.37
HSL 315.13º 0.56% 0.4% -
HSV(B) 315.13º 0.72% 0.63% -
XYZ 19.53 10.99 22.56 -
YUV 89.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 160 45 131 0 0.72 0.18 0.37 315.13 0.56 0.4
Hex A0 2D 83 0 48 12 25 13B 38 28
Octal 240 55 203 0 110 22 45 473 70 50
Binary 10100000 101101 10000011 0 1001000 10010 100101 100111011 111000 101000

Color Harmonies of #A02D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02D83

Black with #A02D83

Text Example


Text Example

White with #A02D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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