#A0AAFE

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

Shades of Perano #A0AAFE

Tints of Perano #A0AAFE

Color information

#A0AAFE (or 0xA0AAFE) is unknown color: approx Perano. HEX triplet: A0, AA and FE. RGB value is (160,170,254). Sum of RGB (Red+Green+Blue) = 160+170+254=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AAFE is #5F5501. Grayscale: #B0B0B0. Windows color (decimal): -6247682 or 16689824. OLE color: 16689824.

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

Color convert

RGB160170254-
CMYK0.370.3300.00
HSL233.62º97.92%81.18%-
HSV(B)233.62º37.01%99.61%-
XYZ46.7643.3899.67-
YUV176.59171.69116.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.40%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=27.40%
G=29.11%
B=43.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601702540.370.3300.00233.6297.9281.18
HexA0AAFE252100ea6251
Octal240252376454100352142121
Binary101000001010101011111110100101100001001110101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AAFE; }

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

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

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

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

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

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

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

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