#A1AEEE

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

Shades of Perano #A1AEEE

Tints of Perano #A1AEEE

Color information

#A1AEEE (or 0xA1AEEE) is unknown color: approx Perano. HEX triplet: A1, AE and EE. RGB value is (161,174,238). Sum of RGB (Red+Green+Blue) = 161+174+238=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEEE is #5E5111. Grayscale: #B1B1B1. Windows color (decimal): -6181138 or 15642273. OLE color: 15642273.

HSL color Cylindrical-coordinate representation of color #A1AEEE: hue angle of 229.87º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1AEEE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161174238-
CMYK0.320.2700.07
HSL229.87º69.37%78.24%-
HSV(B)229.87º32.35%93.33%-
XYZ45.2744.0287-
YUV177.41162.19116.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.10%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=28.10%
G=30.37%
B=41.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611742380.320.2700.07229.8769.3778.24
HexA1AEEE201B07e6454e
Octal241256356403307346105116
Binary1010000110101110111011101000001101101111110011010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEEE; }

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

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

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

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

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

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

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

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