#A0ADF8

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

Shades of Perano #A0ADF8

Tints of Perano #A0ADF8

Color information

#A0ADF8 (or 0xA0ADF8) is unknown color: approx Perano. HEX triplet: A0, AD and F8. RGB value is (160,173,248). Sum of RGB (Red+Green+Blue) = 160+173+248=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #A0ADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADF8 is #5F5207. Grayscale: #B1B1B1. Windows color (decimal): -6246920 or 16297376. OLE color: 16297376.

HSL color Cylindrical-coordinate representation of color #A0ADF8: hue angle of 231.14º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0ADF8 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160173248-
CMYK0.350.3000.03
HSL231.14º86.27%80%-
HSV(B)231.14º35.48%97.25%-
XYZ46.3844.1494.88-
YUV177.66167.69115.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.54%
GREEN value IS 173 (67.97% from 255) = 29.78%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=27.54%
G=29.78%
B=42.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601732480.350.3000.03231.1486.2780
HexA0ADF8231E03e75650
Octal240255370433603347126120
Binary101000001010110111111000100011111100111110011110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADF8; }

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

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

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

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

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

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

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

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