#A96EA4

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

Shades of Violet Blue #A96EA4

Tints of Violet Blue #A96EA4

Color information

#A96EA4 (or 0xA96EA4) is unknown color: approx Violet Blue. HEX triplet: A9, 6E and A4. RGB value is (169,110,164). Sum of RGB (Red+Green+Blue) = 169+110+164=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A96EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96EA4 is #56915B. Grayscale: #858585. Windows color (decimal): -5673308 or 10776233. OLE color: 10776233.

HSL color Cylindrical-coordinate representation of color #A96EA4: hue angle of 305.08º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96EA4 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB169110164-
CMYK00.350.030.34
HSL305.08º25.54%54.71%-
HSV(B)305.08º34.91%66.27%-
XYZ28.6422.2737.91-
YUV133.8145.05153.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 164 (64.45% from 255) = 37.02%
R=38.15%
G=24.83%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911016400.350.030.34305.0825.5454.71
HexA96EA40233221311a37
Octal2511562440433424613267
Binary1010100111011101010010001000111110001010011000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EA4; }

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

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

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

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

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

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

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

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