#A1AEEF

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

Shades of Perano #A1AEEF

Tints of Perano #A1AEEF

Color information

#A1AEEF (or 0xA1AEEF) is unknown color: approx Perano. HEX triplet: A1, AE and EF. RGB value is (161,174,239). Sum of RGB (Red+Green+Blue) = 161+174+239=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEEF is #5E5110. Grayscale: #B1B1B1. Windows color (decimal): -6181137 or 15707809. OLE color: 15707809.

HSL color Cylindrical-coordinate representation of color #A1AEEF: hue angle of 230º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1AEEF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161174239-
CMYK0.330.2700.06
HSL230º70.91%78.43%-
HSV(B)230º32.64%93.73%-
XYZ45.4144.0887.78-
YUV177.52162.69116.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.05%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=28.05%
G=30.31%
B=41.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611742390.330.2700.0623070.9178.43
HexA1AEEF211B06e6474e
Octal241256357413306346107116
Binary1010000110101110111011111000011101101101110011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEEF; }

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

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

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

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

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

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

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

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