#A1ADEE

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

Shades of Perano #A1ADEE

Tints of Perano #A1ADEE

Color information

#A1ADEE (or 0xA1ADEE) is unknown color: approx Perano. HEX triplet: A1, AD and EE. RGB value is (161,173,238). Sum of RGB (Red+Green+Blue) = 161+173+238=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADEE is #5E5211. Grayscale: #B0B0B0. Windows color (decimal): -6181394 or 15642017. OLE color: 15642017.

HSL color Cylindrical-coordinate representation of color #A1ADEE: hue angle of 230.65º 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 #A1ADEE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161173238-
CMYK0.320.2700.07
HSL230.65º69.37%78.24%-
HSV(B)230.65º32.35%93.33%-
XYZ45.0743.6486.94-
YUV176.82162.52116.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=28.15%
G=30.24%
B=41.61%

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
Decimal1611732380.320.2700.07230.6569.3778.24
HexA1ADEE201B07e7454e
Octal241255356403307347105116
Binary1010000110101101111011101000001101101111110011110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADEE; }

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

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

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

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

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

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

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

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