#A0ADFF

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

Shades of Perano #A0ADFF

Tints of Perano #A0ADFF

Color information

#A0ADFF (or 0xA0ADFF) is unknown color: approx Perano. HEX triplet: A0, AD and FF. RGB value is (160,173,255). Sum of RGB (Red+Green+Blue) = 160+173+255=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADFF is #5F5200. Grayscale: #B2B2B2. Windows color (decimal): -6246913 or 16756128. OLE color: 16756128.

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

Color convert

RGB160173255-
CMYK0.370.3200
HSL231.79º100%81.37%-
HSV(B)231.79º37.25%100%-
XYZ47.4944.58100.71-
YUV178.46171.19114.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.21%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 255 (100% from 255) = 43.37%
R=27.21%
G=29.42%
B=43.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601732550.370.3200231.7910081.37
HexA0ADFF252000e86451
Octal240255377454000350144121
Binary101000001010110111111111100101100000001110100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADFF; }

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

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

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

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

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

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

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

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