Html Css Color HEX #A72096 Medium Red Violet

📋 copy color: '#A72096'

red 167 ◦ green 32 ◦ blue 150

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

Shades of Medium Red Violet #A72096

Tints of Medium Red Violet #A72096

RGB

 RED value IS 167 (65.63% from 255) = 47.85%

 GREEN value IS 32 (12.89% from 255) = 9.17%

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 47.85%
G = 9.17%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A72096 (or 0xA72096) is known color: Medium Red Violet. HEX triplet: A7, 20 and 96. RGB value is (167,32,150). Sum of RGB (Red+Green+Blue) = 167+32+150=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A72096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72096 is #58DF69. Grayscale: #555555. Windows color (decimal): -5824362 or 9838759. OLE color: 9838759.

HSL color Cylindrical-coordinate representation of color #A72096: hue angle of 307.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72096 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 150 -
CMYK 0 0.81 0.10 0.35
HSL 307.56º 0.68% 0.39% -
HSV(B) 307.56º 0.81% 0.65% -
XYZ 21.96 11.45 29.91 -
YUV 85.82 164.23 185.91 -
System Red Green Blue C M Y K H S L
Decimal 167 32 150 0 0.81 0.10 0.35 307.56 0.68 0.39
Hex A7 20 96 0 51 A 23 134 44 27
Octal 247 40 226 0 121 12 43 464 104 47
Binary 10100111 100000 10010110 0 1010001 1010 100011 100110100 1000100 100111

Color Harmonies of #A72096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72096

Black with #A72096

Text Example


Text Example

White with #A72096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72096; }

 p { color: rgb(167,32,150); }

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

background-color css

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

 a { background-color: rgb(167,32,150); }

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

border-color css

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

 span { border-color: rgb(167,32,150); }

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