#A0ADEB

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

Shades of Perano #A0ADEB

Tints of Perano #A0ADEB

Color information

#A0ADEB (or 0xA0ADEB) is unknown color: approx Perano. HEX triplet: A0, AD and EB. RGB value is (160,173,235). Sum of RGB (Red+Green+Blue) = 160+173+235=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADEB is #5F5214. Grayscale: #AFAFAF. Windows color (decimal): -6246933 or 15445408. OLE color: 15445408.

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

Color convert

RGB160173235-
CMYK0.320.2600.08
HSL229.6º65.22%77.45%-
HSV(B)229.6º31.91%92.16%-
XYZ44.4443.3684.62-
YUV176.18161.19116.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.17%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=28.17%
G=30.46%
B=41.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601732350.320.2600.08229.665.2277.45
HexA0ADEB201A08e6414d
Octal2402553534032010346101115
Binary10100000101011011110101110000011010010001110011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADEB; }

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

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

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

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

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

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

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

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