Html Css Color HEX #A02C88 Medium Red Violet

📋 copy color: '#A02C88'

red 160 ◦ green 44 ◦ blue 136

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

Shades of Medium Red Violet #A02C88

Tints of Medium Red Violet #A02C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40%

R = 47.06%
G = 12.94%
B = 40%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A02C88 (or 0xA02C88) is known color: Medium Red Violet. HEX triplet: A0, 2C and 88. RGB value is (160,44,136). Sum of RGB (Red+Green+Blue) = 160+44+136=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C88 is #5FD377. Grayscale: #585858. Windows color (decimal): -6280056 or 8924320. OLE color: 8924320.

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

Color convert

RGB 160 44 136 -
CMYK 0 0.72 0.15 0.37
HSL 312.41º 0.57% 0.4% -
HSV(B) 312.41º 0.73% 0.63% -
XYZ 19.84 11.05 24.38 -
YUV 89.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 160 44 136 0 0.72 0.15 0.37 312.41 0.57 0.4
Hex A0 2C 88 0 48 F 25 138 39 28
Octal 240 54 210 0 110 17 45 470 71 50
Binary 10100000 101100 10001000 0 1001000 1111 100101 100111000 111001 101000

Color Harmonies of #A02C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C88

Black with #A02C88

Text Example


Text Example

White with #A02C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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