Html Css Color HEX #A02C8D Medium Red Violet

📋 copy color: '#A02C8D'

red 160 ◦ green 44 ◦ blue 141

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

Shades of Medium Red Violet #A02C8D

Tints of Medium Red Violet #A02C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 46.38%
G = 12.75%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A02C8D (or 0xA02C8D) is known color: Medium Red Violet. HEX triplet: A0, 2C and 8D. RGB value is (160,44,141). Sum of RGB (Red+Green+Blue) = 160+44+141=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C8D is #5FD372. Grayscale: #595959. Windows color (decimal): -6280051 or 9252000. OLE color: 9252000.

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

Color convert

RGB 160 44 141 -
CMYK 0 0.72 0.12 0.37
HSL 309.83º 0.57% 0.4% -
HSV(B) 309.83º 0.73% 0.63% -
XYZ 20.21 11.2 26.3 -
YUV 89.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 160 44 141 0 0.72 0.12 0.37 309.83 0.57 0.4
Hex A0 2C 8D 0 48 C 25 136 39 28
Octal 240 54 215 0 110 14 45 466 71 50
Binary 10100000 101100 10001101 0 1001000 1100 100101 100110110 111001 101000

Color Harmonies of #A02C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C8D

Black with #A02C8D

Text Example


Text Example

White with #A02C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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