#A1ADEB

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

Shades of Perano #A1ADEB

Tints of Perano #A1ADEB

Color information

#A1ADEB (or 0xA1ADEB) is unknown color: approx Perano. HEX triplet: A1, AD and EB. RGB value is (161,173,235). Sum of RGB (Red+Green+Blue) = 161+173+235=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADEB is #5E5214. Grayscale: #B0B0B0. Windows color (decimal): -6181397 or 15445409. OLE color: 15445409.

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

Color convert

RGB161173235-
CMYK0.310.2600.08
HSL230.27º64.91%77.65%-
HSV(B)230.27º31.49%92.16%-
XYZ44.6443.4684.63-
YUV176.48161.02116.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=28.30%
G=30.40%
B=41.30%

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
Decimal1611732350.310.2600.08230.2764.9177.65
HexA1ADEB1F1A08e6414e
Octal2412553533732010346101116
Binary1010000110101101111010111111111010010001110011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADEB; }

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

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

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

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

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

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

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

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