Html Css Color HEX #A82676 Medium Red Violet

📋 copy color: '#A82676'

red 168 ◦ green 38 ◦ blue 118

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

Shades of Medium Red Violet #A82676

Tints of Medium Red Violet #A82676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.73%

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

R = 51.85%
G = 11.73%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A82676 (or 0xA82676) is known color: Medium Red Violet. HEX triplet: A8, 26 and 76. RGB value is (168,38,118). Sum of RGB (Red+Green+Blue) = 168+38+118=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A82676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82676 is #57D989. Grayscale: #555555. Windows color (decimal): -5757322 or 7743144. OLE color: 7743144.

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

Color convert

RGB 168 38 118 -
CMYK 0 0.77 0.30 0.34
HSL 323.08º 0.63% 0.4% -
HSV(B) 323.08º 0.77% 0.66% -
XYZ 20.11 11.02 18.21 -
YUV 85.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 168 38 118 0 0.77 0.30 0.34 323.08 0.63 0.4
Hex A8 26 76 0 4D 1E 22 143 3F 28
Octal 250 46 166 0 115 36 42 503 77 50
Binary 10101000 100110 1110110 0 1001101 11110 100010 101000011 111111 101000

Color Harmonies of #A82676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82676

Black with #A82676

Text Example


Text Example

White with #A82676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82676; }

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

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

background-color css

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

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

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

border-color css

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

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

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