#AAA8FA

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

Shades of Perano #AAA8FA

Tints of Perano #AAA8FA

Color information

#AAA8FA (or 0xAAA8FA) is unknown color: approx Perano. HEX triplet: AA, A8 and FA. RGB value is (170,168,250). Sum of RGB (Red+Green+Blue) = 170+168+250=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAA8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA8FA is #555705. Grayscale: #B1B1B1. Windows color (decimal): -5592838 or 16427178. OLE color: 16427178.

HSL color Cylindrical-coordinate representation of color #AAA8FA: hue angle of 241.46º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA8FA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170168250-
CMYK0.320.3300.02
HSL241.46º89.13%81.96%-
HSV(B)241.46º32.8%98.04%-
XYZ47.8443.4596.31-
YUV177.95168.66122.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 168 (66.02% from 255) = 28.57%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=28.91%
G=28.57%
B=42.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701682500.320.3300.02241.4689.1381.96
HexAAA8FA202102f15952
Octal252250372404102361131122
Binary1010101010101000111110101000001000010101111000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8FA; }

 p { color: rgb(170,168,250); }

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

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

 a { background-color: rgb(170,168,250); }

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

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

 span { border-color: rgb(170,168,250); }

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