#A0ADF3

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

Shades of Perano #A0ADF3

Tints of Perano #A0ADF3

Color information

#A0ADF3 (or 0xA0ADF3) is unknown color: approx Perano. HEX triplet: A0, AD and F3. RGB value is (160,173,243). Sum of RGB (Red+Green+Blue) = 160+173+243=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0ADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADF3 is #5F520C. Grayscale: #B0B0B0. Windows color (decimal): -6246925 or 15969696. OLE color: 15969696.

HSL color Cylindrical-coordinate representation of color #A0ADF3: hue angle of 230.6º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0ADF3 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160173243-
CMYK0.340.2900.05
HSL230.6º77.57%79.02%-
HSV(B)230.6º34.16%95.29%-
XYZ45.6243.8390.85-
YUV177.09165.19115.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.78%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=27.78%
G=30.03%
B=42.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601732430.340.2900.05230.677.5779.02
HexA0ADF3221D05e74e4f
Octal240255363423505347116117
Binary1010000010101101111100111000101110101011110011110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADF3; }

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

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

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

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

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

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

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

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