#AA69AD

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

Shades of Violet Blue #AA69AD

Tints of Violet Blue #AA69AD

Color information

#AA69AD (or 0xAA69AD) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and AD. RGB value is (170,105,173). Sum of RGB (Red+Green+Blue) = 170+105+173=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69AD is #559652. Grayscale: #838383. Windows color (decimal): -5609043 or 11364778. OLE color: 11364778.

HSL color Cylindrical-coordinate representation of color #AA69AD: hue angle of 297.35º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA69AD is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170105173-
CMYK0.020.3900.32
HSL297.35º29.31%54.51%-
HSV(B)297.35º39.31%67.84%-
XYZ29.1721.6742.18-
YUV132.19151.03154.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=37.95%
G=23.44%
B=38.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701051730.020.3900.32297.3529.3154.51
HexAA69AD2270201291d37
Octal2521512552470404513567
Binary1010101011010011010110110100111010000010010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69AD; }

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

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

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

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

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

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

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

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