#A96EB0

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

Shades of Violet Blue #A96EB0

Tints of Violet Blue #A96EB0

Color information

#A96EB0 (or 0xA96EB0) is unknown color: approx Violet Blue. HEX triplet: A9, 6E and B0. RGB value is (169,110,176). Sum of RGB (Red+Green+Blue) = 169+110+176=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 176 - color contains mainly: blue. Hex color #A96EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96EB0 is #56914F. Grayscale: #868686. Windows color (decimal): -5673296 or 11562665. OLE color: 11562665.

HSL color Cylindrical-coordinate representation of color #A96EB0: hue angle of 293.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96EB0 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169110176-
CMYK0.040.3700.31
HSL293.64º29.46%56.08%-
HSV(B)293.64º37.5%69.02%-
XYZ29.7722.7243.89-
YUV135.16151.05152.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=37.14%
G=24.18%
B=38.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691101760.040.3700.31293.6429.4656.08
HexA96EB042501F1261d38
Octal2511562604450374463570
Binary1010100111011101011000010010010101111110010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EB0; }

 p { color: rgb(169,110,176); }

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

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

 a { background-color: rgb(169,110,176); }

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

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

 span { border-color: rgb(169,110,176); }

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