#A1AEFE

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

Shades of Perano #A1AEFE

Tints of Perano #A1AEFE

Color information

#A1AEFE (or 0xA1AEFE) is unknown color: approx Perano. HEX triplet: A1, AE and FE. RGB value is (161,174,254). Sum of RGB (Red+Green+Blue) = 161+174+254=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEFE is #5E5101. Grayscale: #B2B2B2. Windows color (decimal): -6181122 or 16690849. OLE color: 16690849.

HSL color Cylindrical-coordinate representation of color #A1AEFE: hue angle of 231.61º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1AEFE is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB161174254-
CMYK0.370.3100.00
HSL231.61º97.89%81.37%-
HSV(B)231.61º36.61%99.61%-
XYZ47.724599.94-
YUV179.23170.19115-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.33%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=27.33%
G=29.54%
B=43.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1611742540.370.3100.00231.6197.8981.37
HexA1AEFE251F00e86251
Octal241256376453700350142121
Binary10100001101011101111111010010111111001110100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEFE; }

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

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

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

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

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

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

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

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