#AA84FD

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

Shades of Light Slate Blue #AA84FD

Tints of Light Slate Blue #AA84FD

Color information

#AA84FD (or 0xAA84FD) is unknown color: approx Light Slate Blue. HEX triplet: AA, 84 and FD. RGB value is (170,132,253). Sum of RGB (Red+Green+Blue) = 170+132+253=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA84FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84FD is #557B02. Grayscale: #9C9C9C. Windows color (decimal): -5602051 or 16614570. OLE color: 16614570.

HSL color Cylindrical-coordinate representation of color #AA84FD: hue angle of 258.84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA84FD is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170132253-
CMYK0.330.4800.01
HSL258.84º96.8%75.49%-
HSV(B)258.84º47.83%99.22%-
XYZ42.5632.1496.89-
YUV157.16182.09137.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=30.63%
G=23.78%
B=45.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701322530.330.4800.01258.8496.875.49
HexAA84FD213001103614b
Octal252204375416001403141113
Binary1010101010000100111111011000011100000110000001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84FD; }

 p { color: rgb(170,132,253); }

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

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

 a { background-color: rgb(170,132,253); }

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

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

 span { border-color: rgb(170,132,253); }

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