#a0abe8

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

Shades of Perano #A0ABE8

Tints of Perano #A0ABE8

Color information

#A0ABE8 (or 0xA0ABE8) is unknown color: approx Perano. HEX triplet: A0, AB and E8. RGB value is (160,171,232). Sum of RGB (Red+Green+Blue) = 160+171+232=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #A0ABE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABE8 is #5F5417. Grayscale: #AEAEAE. Windows color (decimal): -6247448 or 15248288. OLE color: 15248288.

HSL color Cylindrical-coordinate representation of color #A0ABE8: hue angle of 230.83º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0ABE8 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160171232-
CMYK0.310.2600.09
HSL230.83º61.02%76.86%-
HSV(B)230.83º31.03%90.98%-
XYZ43.6342.4382.23-
YUV174.66160.36117.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 232 (91.02% from 255) = 41.21%
R=28.42%
G=30.37%
B=41.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601712320.310.2600.09230.8361.0276.86
HexA0ABE81F1A09e73d4d
Octal240253350373201134775115
Binary101000001010101111101000111111101001001111001111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0abe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0abe8; }

 p { color: rgb(160,171,232); }

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

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

 a { background-color: rgb(160,171,232); }

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

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

 span { border-color: rgb(160,171,232); }

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