#A86396

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

Shades of Violet Blue #A86396

Tints of Violet Blue #A86396

Color information

#A86396 (or 0xA86396) is unknown color: approx Violet Blue. HEX triplet: A8, 63 and 96. RGB value is (168,99,150). Sum of RGB (Red+Green+Blue) = 168+99+150=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A86396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86396 is #579C69. Grayscale: #7D7D7D. Windows color (decimal): -5741674 or 9855912. OLE color: 9855912.

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

Color convert

RGB16899150-
CMYK00.410.110.34
HSL315.65º28.4%52.35%-
HSV(B)315.65º41.07%65.88%-
XYZ26.1219.4531.23-
YUV125.44141.86158.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=40.29%
G=23.74%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689915000.410.110.34315.6528.452.35
HexA86396029B2213c1c34
Octal25014322605113424743464
Binary101010001100011100101100101001101110001010011110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86396; }

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

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

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

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

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

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

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

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