#A0AEEB

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

Shades of Perano #A0AEEB

Tints of Perano #A0AEEB

Color information

#A0AEEB (or 0xA0AEEB) is unknown color: approx Perano. HEX triplet: A0, AE and EB. RGB value is (160,174,235). Sum of RGB (Red+Green+Blue) = 160+174+235=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AEEB is #5F5114. Grayscale: #B0B0B0. Windows color (decimal): -6246677 or 15445664. OLE color: 15445664.

HSL color Cylindrical-coordinate representation of color #A0AEEB: hue angle of 228.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0AEEB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160174235-
CMYK0.320.2600.08
HSL228.8º65.22%77.45%-
HSV(B)228.8º31.91%92.16%-
XYZ44.6343.7484.69-
YUV176.77160.86116.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.12%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=28.12%
G=30.58%
B=41.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601742350.320.2600.08228.865.2277.45
HexA0AEEB201A08e5414d
Octal2402563534032010345101115
Binary10100000101011101110101110000011010010001110010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEEB; }

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

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

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

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

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

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

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

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