#A1ADEA

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

Shades of Perano #A1ADEA

Tints of Perano #A1ADEA

Color information

#A1ADEA (or 0xA1ADEA) is unknown color: approx Perano. HEX triplet: A1, AD and EA. RGB value is (161,173,234). Sum of RGB (Red+Green+Blue) = 161+173+234=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1ADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADEA is #5E5215. Grayscale: #B0B0B0. Windows color (decimal): -6181398 or 15379873. OLE color: 15379873.

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

Color convert

RGB161173234-
CMYK0.310.2600.08
HSL230.14º63.48%77.45%-
HSV(B)230.14º31.2%91.76%-
XYZ44.4943.483.87-
YUV176.37160.52117.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=28.35%
G=30.46%
B=41.20%

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
Decimal1611732340.310.2600.08230.1463.4877.45
HexA1ADEA1F1A08e63f4d
Octal241255352373201034677115
Binary101000011010110111101010111111101001000111001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADEA; }

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

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

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

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

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

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

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

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