#A1ADFF

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

Shades of Perano #A1ADFF

Tints of Perano #A1ADFF

Color information

#A1ADFF (or 0xA1ADFF) is unknown color: approx Perano. HEX triplet: A1, AD and FF. RGB value is (161,173,255). Sum of RGB (Red+Green+Blue) = 161+173+255=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADFF is #5E5200. Grayscale: #B2B2B2. Windows color (decimal): -6181377 or 16756129. OLE color: 16756129.

HSL color Cylindrical-coordinate representation of color #A1ADFF: hue angle of 232.34º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1ADFF is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161173255-
CMYK0.370.3200
HSL232.34º100%81.57%-
HSV(B)232.34º36.86%100%-
XYZ47.6944.68100.72-
YUV178.76171.02115.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.33%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 255 (100% from 255) = 43.29%
R=27.33%
G=29.37%
B=43.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611732550.370.3200232.3410081.57
HexA1ADFF252000e86452
Octal241255377454000350144122
Binary101000011010110111111111100101100000001110100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADFF; }

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

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

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

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

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

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

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

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