#A966AB

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

Shades of Violet Blue #A966AB

Tints of Violet Blue #A966AB

Color information

#A966AB (or 0xA966AB) is unknown color: approx Violet Blue. HEX triplet: A9, 66 and AB. RGB value is (169,102,171). Sum of RGB (Red+Green+Blue) = 169+102+171=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A966AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A966AB is #569954. Grayscale: #818181. Windows color (decimal): -5675349 or 11232937. OLE color: 11232937.

HSL color Cylindrical-coordinate representation of color #A966AB: hue angle of 298.26º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A966AB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169102171-
CMYK0.010.4000.33
HSL298.26º29.11%53.53%-
HSV(B)298.26º40.35%67.06%-
XYZ28.4620.8841.06-
YUV129.9151.2155.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=38.24%
G=23.08%
B=38.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691021710.010.4000.33298.2629.1153.53
HexA966AB12802112a1d36
Octal2511462531500414523566
Binary101010011100110101010111101000010000110010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A966AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A966AB; }

 p { color: rgb(169,102,171); }

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

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

 a { background-color: rgb(169,102,171); }

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

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

 span { border-color: rgb(169,102,171); }

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