Html Css Color HEX #A82876 Medium Red Violet

📋 copy color: '#A82876'

red 168 ◦ green 40 ◦ blue 118

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

Shades of Medium Red Violet #A82876

Tints of Medium Red Violet #A82876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.27%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 51.53%
G = 12.27%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A82876 (or 0xA82876) is known color: Medium Red Violet. HEX triplet: A8, 28 and 76. RGB value is (168,40,118). Sum of RGB (Red+Green+Blue) = 168+40+118=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A82876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82876 is #57D789. Grayscale: #565656. Windows color (decimal): -5756810 or 7743656. OLE color: 7743656.

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

Color convert

RGB 168 40 118 -
CMYK 0 0.76 0.30 0.34
HSL 323.44º 0.62% 0.41% -
HSV(B) 323.44º 0.76% 0.66% -
XYZ 20.18 11.15 18.23 -
YUV 87.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 168 40 118 0 0.76 0.30 0.34 323.44 0.62 0.41
Hex A8 28 76 0 4C 1E 22 143 3E 29
Octal 250 50 166 0 114 36 42 503 76 51
Binary 10101000 101000 1110110 0 1001100 11110 100010 101000011 111110 101001

Color Harmonies of #A82876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82876

Black with #A82876

Text Example


Text Example

White with #A82876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82876; }

 p { color: rgb(168,40,118); }

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

background-color css

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

 a { background-color: rgb(168,40,118); }

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

border-color css

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

 span { border-color: rgb(168,40,118); }

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