#AA69AB

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

Shades of Violet Blue #AA69AB

Tints of Violet Blue #AA69AB

Color information

#AA69AB (or 0xAA69AB) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and AB. RGB value is (170,105,171). Sum of RGB (Red+Green+Blue) = 170+105+171=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69AB is #559654. Grayscale: #838383. Windows color (decimal): -5609045 or 11233706. OLE color: 11233706.

HSL color Cylindrical-coordinate representation of color #AA69AB: hue angle of 299.09º 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 #AA69AB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170105171-
CMYK0.010.3900.33
HSL299.09º28.21%54.12%-
HSV(B)299.09º38.6%67.06%-
XYZ28.9821.5941.17-
YUV131.96150.03155.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=38.12%
G=23.54%
B=38.34%

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
Decimal1701051710.010.3900.33299.0928.2154.12
HexAA69AB12702112b1c36
Octal2521512531470414533466
Binary101010101101001101010111100111010000110010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69AB; }

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

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

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

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

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

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

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

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