Html Css Color HEX #A82777 Medium Red Violet

📋 copy color: '#A82777'

red 168 ◦ green 39 ◦ blue 119

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

Shades of Medium Red Violet #A82777

Tints of Medium Red Violet #A82777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 51.53%
G = 11.96%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A82777 (or 0xA82777) is known color: Medium Red Violet. HEX triplet: A8, 27 and 77. RGB value is (168,39,119). Sum of RGB (Red+Green+Blue) = 168+39+119=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A82777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82777 is #57D888. Grayscale: #565656. Windows color (decimal): -5757065 or 7808936. OLE color: 7808936.

HSL color Cylindrical-coordinate representation of color #A82777: hue angle of 322.79º 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 #A82777 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 119 -
CMYK 0 0.77 0.29 0.34
HSL 322.79º 0.62% 0.41% -
HSV(B) 322.79º 0.77% 0.66% -
XYZ 20.2 11.11 18.53 -
YUV 86.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 168 39 119 0 0.77 0.29 0.34 322.79 0.62 0.41
Hex A8 27 77 0 4D 1D 22 143 3E 29
Octal 250 47 167 0 115 35 42 503 76 51
Binary 10101000 100111 1110111 0 1001101 11101 100010 101000011 111110 101001

Color Harmonies of #A82777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82777

Black with #A82777

Text Example


Text Example

White with #A82777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82777; }

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

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

background-color css

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

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

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

border-color css

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

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

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