#A96CAE

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

Shades of Violet Blue #A96CAE

Tints of Violet Blue #A96CAE

Color information

#A96CAE (or 0xA96CAE) is unknown color: approx Violet Blue. HEX triplet: A9, 6C and AE. RGB value is (169,108,174). Sum of RGB (Red+Green+Blue) = 169+108+174=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #A96CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96CAE is #569351. Grayscale: #858585. Windows color (decimal): -5673810 or 11431081. OLE color: 11431081.

HSL color Cylindrical-coordinate representation of color #A96CAE: hue angle of 295.45º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96CAE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169108174-
CMYK0.030.3800.32
HSL295.45º28.95%55.29%-
HSV(B)295.45º37.93%68.24%-
XYZ29.3622.2242.78-
YUV133.76150.71153.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=37.47%
G=23.95%
B=38.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691081740.030.3800.32295.4528.9555.29
HexA96CAE3260201271d37
Octal2511542563460404473567
Binary1010100111011001010111011100110010000010010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96CAE; }

 p { color: rgb(169,108,174); }

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

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

 a { background-color: rgb(169,108,174); }

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

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

 span { border-color: rgb(169,108,174); }

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