Html Css Color HEX #A72785 Medium Red Violet

📋 copy color: '#A72785'

red 167 ◦ green 39 ◦ blue 133

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

Shades of Medium Red Violet #A72785

Tints of Medium Red Violet #A72785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 49.26%
G = 11.5%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A72785 (or 0xA72785) is known color: Medium Red Violet. HEX triplet: A7, 27 and 85. RGB value is (167,39,133). Sum of RGB (Red+Green+Blue) = 167+39+133=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A72785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72785 is #58D87A. Grayscale: #575757. Windows color (decimal): -5822587 or 8726439. OLE color: 8726439.

HSL color Cylindrical-coordinate representation of color #A72785: hue angle of 315.94º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72785 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 39 133 -
CMYK 0 0.77 0.20 0.35
HSL 315.94º 0.62% 0.4% -
HSV(B) 315.94º 0.77% 0.65% -
XYZ 20.9 11.36 23.28 -
YUV 87.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 167 39 133 0 0.77 0.20 0.35 315.94 0.62 0.4
Hex A7 27 85 0 4D 14 23 13C 3E 28
Octal 247 47 205 0 115 24 43 474 76 50
Binary 10100111 100111 10000101 0 1001101 10100 100011 100111100 111110 101000

Color Harmonies of #A72785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72785

Black with #A72785

Text Example


Text Example

White with #A72785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72785; }

 p { color: rgb(167,39,133); }

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

background-color css

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

 a { background-color: rgb(167,39,133); }

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

border-color css

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

 span { border-color: rgb(167,39,133); }

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