#A82696

Color #A82696 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A82696

Tints of Medium Red Violet #A82696

Color information

#A82696 (or 0xA82696) is unknown color: approx Medium Red Violet. HEX triplet: A8, 26 and 96. RGB value is (168,38,150). Sum of RGB (Red+Green+Blue) = 168+38+150=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A82696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82696 is #57D969. Grayscale: #595959. Windows color (decimal): -5757290 or 9840296. OLE color: 9840296.

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

Color convert

RGB16838150-
CMYK00.770.110.34
HSL308.31º63.11%40.39%-
HSV(B)308.31º77.38%65.88%-
XYZ22.3511.9129.98-
YUV89.64162.07183.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 38 (15.23% from 255) = 10.67%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=47.19%
G=10.67%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683815000.770.110.34308.3163.1140.39
HexA8269604DB221343f28
Octal25046226011513424647750
Binary1010100010011010010110010011011011100010100110100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82696; }

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

 H1.HeaderClassName
 {
   color: #A82696;
 }
 .AnyTagClassName
 {
   color: #A82696;
 }
</style>
background-color css

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

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

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

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

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

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