#A1AEE6

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

Shades of Perano #A1AEE6

Tints of Perano #A1AEE6

Color information

#A1AEE6 (or 0xA1AEE6) is unknown color: approx Perano. HEX triplet: A1, AE and E6. RGB value is (161,174,230). Sum of RGB (Red+Green+Blue) = 161+174+230=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #A1AEE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEE6 is #5E5119. Grayscale: #B0B0B0. Windows color (decimal): -6181146 or 15117985. OLE color: 15117985.

HSL color Cylindrical-coordinate representation of color #A1AEE6: hue angle of 228.7º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1AEE6 is Cyan = 0.3, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161174230-
CMYK0.30.2400.10
HSL228.7º57.98%76.67%-
HSV(B)228.7º30%90.2%-
XYZ44.1243.5680.95-
YUV176.5158.19116.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=28.50%
G=30.80%
B=40.71%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611742300.30.2400.10228.757.9876.67
HexA1AEE61E180Ae53a4d
Octal241256346363001234572115
Binary101000011010111011100110111101100001010111001011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEE6; }

 p { color: rgb(161,174,230); }

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

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

 a { background-color: rgb(161,174,230); }

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

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

 span { border-color: rgb(161,174,230); }

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