#A1ABE8

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

Shades of Perano #A1ABE8

Tints of Perano #A1ABE8

Color information

#A1ABE8 (or 0xA1ABE8) is unknown color: approx Perano. HEX triplet: A1, AB and E8. RGB value is (161,171,232). Sum of RGB (Red+Green+Blue) = 161+171+232=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1ABE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ABE8 is #5E5417. Grayscale: #AEAEAE. Windows color (decimal): -6181912 or 15248289. OLE color: 15248289.

HSL color Cylindrical-coordinate representation of color #A1ABE8: hue angle of 231.55º 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 #A1ABE8 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161171232-
CMYK0.310.2600.09
HSL231.55º60.68%77.06%-
HSV(B)231.55º30.6%90.98%-
XYZ43.8342.5382.24-
YUV174.96160.19118.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 232 (91.02% from 255) = 41.13%
R=28.55%
G=30.32%
B=41.13%

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
Decimal1611712320.310.2600.09231.5560.6877.06
HexA1ABE81F1A09e83d4d
Octal241253350373201135075115
Binary101000011010101111101000111111101001001111010001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABE8; }

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

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

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

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

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

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

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

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