Html Css Color HEX #A82772 Medium Red Violet

📋 copy color: '#A82772'

red 168 ◦ green 39 ◦ blue 114

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

Shades of Medium Red Violet #A82772

Tints of Medium Red Violet #A82772

RGB

 RED value IS 168 (66.02% from 255) = 52.34%

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 52.34%
G = 12.15%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A82772 (or 0xA82772) is known color: Medium Red Violet. HEX triplet: A8, 27 and 72. RGB value is (168,39,114). Sum of RGB (Red+Green+Blue) = 168+39+114=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A82772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82772 is #57D88D. Grayscale: #555555. Windows color (decimal): -5757070 or 7481256. OLE color: 7481256.

HSL color Cylindrical-coordinate representation of color #A82772: hue angle of 325.12º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82772 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 114 -
CMYK 0 0.77 0.32 0.34
HSL 325.12º 0.62% 0.41% -
HSV(B) 325.12º 0.77% 0.66% -
XYZ 19.91 10.99 16.99 -
YUV 86.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 168 39 114 0 0.77 0.32 0.34 325.12 0.62 0.41
Hex A8 27 72 0 4D 20 22 145 3E 29
Octal 250 47 162 0 115 40 42 505 76 51
Binary 10101000 100111 1110010 0 1001101 100000 100010 101000101 111110 101001

Color Harmonies of #A82772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82772

Black with #A82772

Text Example


Text Example

White with #A82772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82772; }

 p { color: rgb(168,39,114); }

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

background-color css

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

 a { background-color: rgb(168,39,114); }

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

border-color css

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

 span { border-color: rgb(168,39,114); }

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