#AAA0FA

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

Shades of Perano #AAA0FA

Tints of Perano #AAA0FA

Color information

#AAA0FA (or 0xAAA0FA) is unknown color: approx Perano. HEX triplet: AA, A0 and FA. RGB value is (170,160,250). Sum of RGB (Red+Green+Blue) = 170+160+250=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAA0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0FA is #555F05. Grayscale: #ACACAC. Windows color (decimal): -5594886 or 16425130. OLE color: 16425130.

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

Color convert

RGB170160250-
CMYK0.320.3600.02
HSL246.67º90%80.39%-
HSV(B)246.67º36%98.04%-
XYZ46.440.5995.83-
YUV173.25171.31125.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 160 (62.89% from 255) = 27.59%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=29.31%
G=27.59%
B=43.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701602500.320.3600.02246.679080.39
HexAAA0FA202402f75a50
Octal252240372404402367132120
Binary1010101010100000111110101000001001000101111011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0FA; }

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

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

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

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

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

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

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

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