Html Css Color HEX #A02C82 Medium Red Violet

📋 copy color: '#A02C82'

red 160 ◦ green 44 ◦ blue 130

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

Shades of Medium Red Violet #A02C82

Tints of Medium Red Violet #A02C82

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

 BLUE value IS 130 (51.17% from 255) = 38.92%

R = 47.9%
G = 13.17%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A02C82 (or 0xA02C82) is known color: Medium Red Violet. HEX triplet: A0, 2C and 82. RGB value is (160,44,130). Sum of RGB (Red+Green+Blue) = 160+44+130=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C82 is #5FD37D. Grayscale: #585858. Windows color (decimal): -6280062 or 8531104. OLE color: 8531104.

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

Color convert

RGB 160 44 130 -
CMYK 0 0.72 0.19 0.37
HSL 315.52º 0.57% 0.4% -
HSV(B) 315.52º 0.73% 0.63% -
XYZ 19.43 10.89 22.2 -
YUV 88.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 160 44 130 0 0.72 0.19 0.37 315.52 0.57 0.4
Hex A0 2C 82 0 48 13 25 13C 39 28
Octal 240 54 202 0 110 23 45 474 71 50
Binary 10100000 101100 10000010 0 1001000 10011 100101 100111100 111001 101000

Color Harmonies of #A02C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C82

Black with #A02C82

Text Example


Text Example

White with #A02C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C82; }

 p { color: rgb(160,44,130); }

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

background-color css

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

 a { background-color: rgb(160,44,130); }

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

border-color css

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

 span { border-color: rgb(160,44,130); }

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