#a0acee

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

Shades of Perano #A0ACEE

Tints of Perano #A0ACEE

Color information

#A0ACEE (or 0xA0ACEE) is unknown color: approx Perano. HEX triplet: A0, AC and EE. RGB value is (160,172,238). Sum of RGB (Red+Green+Blue) = 160+172+238=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0ACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ACEE is #5F5311. Grayscale: #AFAFAF. Windows color (decimal): -6247186 or 15641760. OLE color: 15641760.

HSL color Cylindrical-coordinate representation of color #A0ACEE: hue angle of 230.77º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0ACEE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160172238-
CMYK0.330.2800.07
HSL230.77º69.64%78.04%-
HSV(B)230.77º32.77%93.33%-
XYZ44.6843.1586.86-
YUV175.94163.02116.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=28.07%
G=30.18%
B=41.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601722380.330.2800.07230.7769.6478.04
HexA0ACEE211C07e7464e
Octal240254356413407347106116
Binary1010000010101100111011101000011110001111110011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0acee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0acee; }

 p { color: rgb(160,172,238); }

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

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

 a { background-color: rgb(160,172,238); }

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

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

 span { border-color: rgb(160,172,238); }

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