#AA69A4

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

Shades of Violet Blue #AA69A4

Tints of Violet Blue #AA69A4

Color information

#AA69A4 (or 0xAA69A4) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and A4. RGB value is (170,105,164). Sum of RGB (Red+Green+Blue) = 170+105+164=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA69A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69A4 is #55965B. Grayscale: #828282. Windows color (decimal): -5609052 or 10774954. OLE color: 10774954.

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

Color convert

RGB170105164-
CMYK00.380.040.33
HSL305.54º27.66%53.92%-
HSV(B)305.54º38.24%66.67%-
XYZ28.3321.3337.75-
YUV131.16146.53155.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=38.72%
G=23.92%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010516400.380.040.33305.5427.6653.92
HexAA69A40264211321c36
Octal2521512440464414623466
Binary10101010110100110100100010011010010000110011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69A4; }

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

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

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

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

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

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

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

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