#A0AAEB

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

Shades of Perano #A0AAEB

Tints of Perano #A0AAEB

Color information

#A0AAEB (or 0xA0AAEB) is unknown color: approx Perano. HEX triplet: A0, AA and EB. RGB value is (160,170,235). Sum of RGB (Red+Green+Blue) = 160+170+235=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AAEB is #5F5514. Grayscale: #AEAEAE. Windows color (decimal): -6247701 or 15444640. OLE color: 15444640.

HSL color Cylindrical-coordinate representation of color #A0AAEB: hue angle of 232º 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 #A0AAEB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160170235-
CMYK0.320.2800.08
HSL232º65.22%77.45%-
HSV(B)232º31.91%92.16%-
XYZ43.8742.2284.43-
YUV174.42162.19117.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.32%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=28.32%
G=30.09%
B=41.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601702350.320.2800.0823265.2277.45
HexA0AAEB201C08e8414d
Octal2402523534034010350101115
Binary10100000101010101110101110000011100010001110100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AAEB; }

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

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

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

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

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

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

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

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