#A0AEDF

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

Shades of Perano #A0AEDF

Tints of Perano #A0AEDF

Color information

#A0AEDF (or 0xA0AEDF) is unknown color: approx Perano. HEX triplet: A0, AE and DF. RGB value is (160,174,223). Sum of RGB (Red+Green+Blue) = 160+174+223=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEDF is #5F5120. Grayscale: #AFAFAF. Windows color (decimal): -6246689 or 14659232. OLE color: 14659232.

HSL color Cylindrical-coordinate representation of color #A0AEDF: hue angle of 226.67º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0AEDF is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160174223-
CMYK0.280.2200.13
HSL226.67º49.61%75.1%-
HSV(B)226.67º28.25%87.45%-
XYZ42.9543.0775.86-
YUV175.4154.86117.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=28.73%
G=31.24%
B=40.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601742230.280.2200.13226.6749.6175.1
HexA0AEDF1C160De3324b
Octal240256337342601534362113
Binary101000001010111011011111111001011001101111000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEDF; }

 p { color: rgb(160,174,223); }

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

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

 a { background-color: rgb(160,174,223); }

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

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

 span { border-color: rgb(160,174,223); }

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