#A1ABE2

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

Shades of Perano #A1ABE2

Tints of Perano #A1ABE2

Color information

#A1ABE2 (or 0xA1ABE2) is unknown color: approx Perano. HEX triplet: A1, AB and E2. RGB value is (161,171,226). Sum of RGB (Red+Green+Blue) = 161+171+226=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 226 - color contains mainly: blue. Hex color #A1ABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABE2 is #5E541D. Grayscale: #AEAEAE. Windows color (decimal): -6181918 or 14855073. OLE color: 14855073.

HSL color Cylindrical-coordinate representation of color #A1ABE2: hue angle of 230.77º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1ABE2 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161171226-
CMYK0.290.2400.11
HSL230.77º52.85%75.88%-
HSV(B)230.77º28.76%88.63%-
XYZ42.9942.1977.83-
YUV174.28157.19118.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.85%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 226 (88.67% from 255) = 40.50%
R=28.85%
G=30.65%
B=40.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611712260.290.2400.11230.7752.8575.88
HexA1ABE21D180Be7354c
Octal241253342353001334765114
Binary101000011010101111100010111011100001011111001111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABE2; }

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

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

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

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

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

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

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

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