#A1AEEA

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

Shades of Perano #A1AEEA

Tints of Perano #A1AEEA

Color information

#A1AEEA (or 0xA1AEEA) is unknown color: approx Perano. HEX triplet: A1, AE and EA. RGB value is (161,174,234). Sum of RGB (Red+Green+Blue) = 161+174+234=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEEA is #5E5115. Grayscale: #B0B0B0. Windows color (decimal): -6181142 or 15380129. OLE color: 15380129.

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

Color convert

RGB161174234-
CMYK0.310.2600.08
HSL229.32º63.48%77.45%-
HSV(B)229.32º31.2%91.76%-
XYZ44.6943.7983.94-
YUV176.95160.19116.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=28.30%
G=30.58%
B=41.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611742340.310.2600.08229.3263.4877.45
HexA1AEEA1F1A08e53f4d
Octal241256352373201034577115
Binary101000011010111011101010111111101001000111001011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEEA; }

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

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

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

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

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

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

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

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