#AA78FF

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

Shades of Light Slate Blue #AA78FF

Tints of Light Slate Blue #AA78FF

Color information

#AA78FF (or 0xAA78FF) is unknown color: approx Light Slate Blue. HEX triplet: AA, 78 and FF. RGB value is (170,120,255). Sum of RGB (Red+Green+Blue) = 170+120+255=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA78FF is #558700. Grayscale: #959595. Windows color (decimal): -5605121 or 16742570. OLE color: 16742570.

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

Color convert

RGB170120255-
CMYK0.330.5300
HSL262.22º100%73.53%-
HSV(B)262.22º52.94%100%-
XYZ41.3429.298.06-
YUV150.34187.06142.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 120 (47.27% from 255) = 22.02%
BLUE value IS 255 (100% from 255) = 46.79%
R=31.19%
G=22.02%
B=46.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701202550.330.5300262.2210073.53
HexAA78FF213500106644a
Octal252170377416500406144112
Binary101010101111000111111111000011101010010000011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78FF; }

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

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

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

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

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

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

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

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