#AA7FFF

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

Shades of Light Slate Blue #AA7FFF

Tints of Light Slate Blue #AA7FFF

Color information

#AA7FFF (or 0xAA7FFF) is unknown color: approx Light Slate Blue. HEX triplet: AA, 7F and FF. RGB value is (170,127,255). Sum of RGB (Red+Green+Blue) = 170+127+255=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FFF is #558000. Grayscale: #999999. Windows color (decimal): -5603329 or 16744362. OLE color: 16744362.

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

Color convert

RGB170127255-
CMYK0.330.5000
HSL260.16º100%74.9%-
HSV(B)260.16º50.2%100%-
XYZ42.2230.9498.36-
YUV154.45184.75139.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 127 (50% from 255) = 23.01%
BLUE value IS 255 (100% from 255) = 46.20%
R=30.80%
G=23.01%
B=46.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701272550.330.5000260.1610074.9
HexAA7FFF213200104644b
Octal252177377416200404144113
Binary101010101111111111111111000011100100010000010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FFF; }

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

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

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

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

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

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

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

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