#A96FB4

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

Shades of Violet Blue #A96FB4

Tints of Violet Blue #A96FB4

Color information

#A96FB4 (or 0xA96FB4) is unknown color: approx Violet Blue. HEX triplet: A9, 6F and B4. RGB value is (169,111,180). Sum of RGB (Red+Green+Blue) = 169+111+180=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #A96FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FB4 is #56904B. Grayscale: #878787. Windows color (decimal): -5673036 or 11825065. OLE color: 11825065.

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

Color convert

RGB169111180-
CMYK0.060.3800.29
HSL290.43º31.51%57.06%-
HSV(B)290.43º38.33%70.59%-
XYZ30.2823.146.04-
YUV136.21152.72151.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=36.74%
G=24.13%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691111800.060.3800.29290.4331.5157.06
HexA96FB462601D1222039
Octal2511572646460354424071
Binary10101001110111110110100110100110011101100100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FB4; }

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

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

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

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

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

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

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

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