#A0AEEE

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

Shades of Perano #A0AEEE

Tints of Perano #A0AEEE

Color information

#A0AEEE (or 0xA0AEEE) is unknown color: approx Perano. HEX triplet: A0, AE and EE. RGB value is (160,174,238). Sum of RGB (Red+Green+Blue) = 160+174+238=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AEEE is #5F5111. Grayscale: #B0B0B0. Windows color (decimal): -6246674 or 15642272. OLE color: 15642272.

HSL color Cylindrical-coordinate representation of color #A0AEEE: hue angle of 229.23º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0AEEE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160174238-
CMYK0.330.2700.07
HSL229.23º69.64%78.04%-
HSV(B)229.23º32.77%93.33%-
XYZ45.0743.9286.99-
YUV177.11162.36115.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=27.97%
G=30.42%
B=41.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601742380.330.2700.07229.2369.6478.04
HexA0AEEE211B07e5464e
Octal240256356413307345106116
Binary1010000010101110111011101000011101101111110010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEEE; }

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

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

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

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

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

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

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

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