#A969AB

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

Shades of Violet Blue #A969AB

Tints of Violet Blue #A969AB

Color information

#A969AB (or 0xA969AB) is unknown color: approx Violet Blue. HEX triplet: A9, 69 and AB. RGB value is (169,105,171). Sum of RGB (Red+Green+Blue) = 169+105+171=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #A969AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A969AB is #569654. Grayscale: #838383. Windows color (decimal): -5674581 or 11233705. OLE color: 11233705.

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

Color convert

RGB169105171-
CMYK0.010.3900.33
HSL298.18º28.21%54.12%-
HSV(B)298.18º38.6%67.06%-
XYZ28.7621.4841.16-
YUV131.66150.2154.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=37.98%
G=23.60%
B=38.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691051710.010.3900.33298.1828.2154.12
HexA969AB12702112a1c36
Octal2511512531470414523466
Binary101010011101001101010111100111010000110010101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969AB; }

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

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

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

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

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

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

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

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