#AA7AFF

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

Shades of Light Slate Blue #AA7AFF

Tints of Light Slate Blue #AA7AFF

Color information

#AA7AFF (or 0xAA7AFF) is unknown color: approx Light Slate Blue. HEX triplet: AA, 7A and FF. RGB value is (170,122,255). Sum of RGB (Red+Green+Blue) = 170+122+255=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7AFF is #558500. Grayscale: #979797. Windows color (decimal): -5604609 or 16743082. OLE color: 16743082.

HSL color Cylindrical-coordinate representation of color #AA7AFF: hue angle of 261.65º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA7AFF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170122255-
CMYK0.330.5200
HSL261.65º100%73.92%-
HSV(B)261.65º52.16%100%-
XYZ41.5929.6998.15-
YUV151.51186.4141.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 122 (48.05% from 255) = 22.30%
BLUE value IS 255 (100% from 255) = 46.62%
R=31.08%
G=22.30%
B=46.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701222550.330.5200261.6510073.92
HexAA7AFF213400106644a
Octal252172377416400406144112
Binary101010101111010111111111000011101000010000011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7AFF; }

 p { color: rgb(170,122,255); }

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

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

 a { background-color: rgb(170,122,255); }

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

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

 span { border-color: rgb(170,122,255); }

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