#A96FAA

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

Shades of Violet Blue #A96FAA

Tints of Violet Blue #A96FAA

Color information

#A96FAA (or 0xA96FAA) is unknown color: approx Violet Blue. HEX triplet: A9, 6F and AA. RGB value is (169,111,170). Sum of RGB (Red+Green+Blue) = 169+111+170=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A96FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96FAA is #569055. Grayscale: #868686. Windows color (decimal): -5673046 or 11169705. OLE color: 11169705.

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

Color convert

RGB169111170-
CMYK0.010.3500.33
HSL298.98º25.76%55.1%-
HSV(B)298.98º34.71%66.67%-
XYZ29.322.7140.87-
YUV135.07147.72152.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=37.56%
G=24.67%
B=37.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691111700.010.3500.33298.9825.7655.1
HexA96FAA12302112b1a37
Octal2511572521430414533267
Binary101010011101111101010101100011010000110010101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FAA; }

 p { color: rgb(169,111,170); }

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

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

 a { background-color: rgb(169,111,170); }

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

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

 span { border-color: rgb(169,111,170); }

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