#AA69B3

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

Shades of Violet Blue #AA69B3

Tints of Violet Blue #AA69B3

Color information

#AA69B3 (or 0xAA69B3) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and B3. RGB value is (170,105,179). Sum of RGB (Red+Green+Blue) = 170+105+179=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA69B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69B3 is #55964C. Grayscale: #848484. Windows color (decimal): -5609037 or 11757994. OLE color: 11757994.

HSL color Cylindrical-coordinate representation of color #AA69B3: hue angle of 292.7º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA69B3 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170105179-
CMYK0.050.4100.30
HSL292.7º32.74%55.69%-
HSV(B)292.7º41.34%70.2%-
XYZ29.7721.945.31-
YUV132.87154.03154.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 179 (70.31% from 255) = 39.43%
R=37.44%
G=23.13%
B=39.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701051790.050.4100.30292.732.7455.69
HexAA69B352901E1252138
Octal2521512635510364454170
Binary10101010110100110110011101101001011110100100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69B3; }

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

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

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

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

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

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

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

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