#A0ADFA

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

Shades of Perano #A0ADFA

Tints of Perano #A0ADFA

Color information

#A0ADFA (or 0xA0ADFA) is unknown color: approx Perano. HEX triplet: A0, AD and FA. RGB value is (160,173,250). Sum of RGB (Red+Green+Blue) = 160+173+250=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADFA is #5F5205. Grayscale: #B1B1B1. Windows color (decimal): -6246918 or 16428448. OLE color: 16428448.

HSL color Cylindrical-coordinate representation of color #A0ADFA: hue angle of 231.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0ADFA is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160173250-
CMYK0.360.3100.02
HSL231.33º90%80.39%-
HSV(B)231.33º36%98.04%-
XYZ46.744.2696.52-
YUV177.89168.69115.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=27.44%
G=29.67%
B=42.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601732500.360.3100.02231.339080.39
HexA0ADFA241F02e75a50
Octal240255372443702347132120
Binary101000001010110111111010100100111110101110011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADFA; }

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

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

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

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

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

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

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

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