Html Css Color HEX #A02C87 Medium Red Violet

📋 copy color: '#A02C87'

red 160 ◦ green 44 ◦ blue 135

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

Shades of Medium Red Violet #A02C87

Tints of Medium Red Violet #A02C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.82%

R = 47.2%
G = 12.98%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A02C87 (or 0xA02C87) is known color: Medium Red Violet. HEX triplet: A0, 2C and 87. RGB value is (160,44,135). Sum of RGB (Red+Green+Blue) = 160+44+135=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C87 is #5FD378. Grayscale: #585858. Windows color (decimal): -6280057 or 8858784. OLE color: 8858784.

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

Color convert

RGB 160 44 135 -
CMYK 0 0.72 0.16 0.37
HSL 312.93º 0.57% 0.4% -
HSV(B) 312.93º 0.73% 0.63% -
XYZ 19.77 11.02 24.01 -
YUV 89.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 160 44 135 0 0.72 0.16 0.37 312.93 0.57 0.4
Hex A0 2C 87 0 48 10 25 139 39 28
Octal 240 54 207 0 110 20 45 471 71 50
Binary 10100000 101100 10000111 0 1001000 10000 100101 100111001 111001 101000

Color Harmonies of #A02C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C87

Black with #A02C87

Text Example


Text Example

White with #A02C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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