Html Css Color HEX #A72075 Medium Red Violet

📋 copy color: '#A72075'

red 167 ◦ green 32 ◦ blue 117

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

Shades of Medium Red Violet #A72075

Tints of Medium Red Violet #A72075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 52.85%
G = 10.13%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A72075 (or 0xA72075) is known color: Medium Red Violet. HEX triplet: A7, 20 and 75. RGB value is (167,32,117). Sum of RGB (Red+Green+Blue) = 167+32+117=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A72075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72075 is #58DF8A. Grayscale: #515151. Windows color (decimal): -5824395 or 7676071. OLE color: 7676071.

HSL color Cylindrical-coordinate representation of color #A72075: hue angle of 322.22º 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 #A72075 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 117 -
CMYK 0 0.81 0.30 0.35
HSL 322.22º 0.68% 0.39% -
HSV(B) 322.22º 0.81% 0.65% -
XYZ 19.66 10.53 17.83 -
YUV 82.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 167 32 117 0 0.81 0.30 0.35 322.22 0.68 0.39
Hex A7 20 75 0 51 1E 23 142 44 27
Octal 247 40 165 0 121 36 43 502 104 47
Binary 10100111 100000 1110101 0 1010001 11110 100011 101000010 1000100 100111

Color Harmonies of #A72075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72075

Black with #A72075

Text Example


Text Example

White with #A72075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72075; }

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

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

background-color css

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

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

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

border-color css

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

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

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