#A0AEFF

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

Shades of Perano #A0AEFF

Tints of Perano #A0AEFF

Color information

#A0AEFF (or 0xA0AEFF) is unknown color: approx Perano. HEX triplet: A0, AE and FF. RGB value is (160,174,255). Sum of RGB (Red+Green+Blue) = 160+174+255=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AEFF is #5F5100. Grayscale: #B2B2B2. Windows color (decimal): -6246657 or 16756384. OLE color: 16756384.

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

Color convert

RGB160174255-
CMYK0.370.3200
HSL231.16º100%81.37%-
HSV(B)231.16º37.25%100%-
XYZ47.6844.97100.77-
YUV179.05170.86114.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.16%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 255 (100% from 255) = 43.29%
R=27.16%
G=29.54%
B=43.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601742550.370.3200231.1610081.37
HexA0AEFF252000e76451
Octal240256377454000347144121
Binary101000001010111011111111100101100000001110011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEFF; }

 p { color: rgb(160,174,255); }

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

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

 a { background-color: rgb(160,174,255); }

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

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

 span { border-color: rgb(160,174,255); }

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