#A0ADF7

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

Shades of Perano #A0ADF7

Tints of Perano #A0ADF7

Color information

#A0ADF7 (or 0xA0ADF7) is unknown color: approx Perano. HEX triplet: A0, AD and F7. RGB value is (160,173,247). Sum of RGB (Red+Green+Blue) = 160+173+247=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #A0ADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADF7 is #5F5208. Grayscale: #B1B1B1. Windows color (decimal): -6246921 or 16231840. OLE color: 16231840.

HSL color Cylindrical-coordinate representation of color #A0ADF7: hue angle of 231.03º degrees, saturation: 0.84, 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 #A0ADF7 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160173247-
CMYK0.350.3000.03
HSL231.03º84.47%79.8%-
HSV(B)231.03º35.22%96.86%-
XYZ46.2344.0894.07-
YUV177.55167.19115.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.59%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 247 (96.88% from 255) = 42.59%
R=27.59%
G=29.83%
B=42.59%

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
Decimal1601732470.350.3000.03231.0384.4779.8
HexA0ADF7231E03e75450
Octal240255367433603347124120
Binary101000001010110111110111100011111100111110011110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADF7; }

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

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

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

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

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

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

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

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