#A0B3EE

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

Shades of Perano #A0B3EE

Tints of Perano #A0B3EE

Color information

#A0B3EE (or 0xA0B3EE) is unknown color: approx Perano. HEX triplet: A0, B3 and EE. RGB value is (160,179,238). Sum of RGB (Red+Green+Blue) = 160+179+238=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0B3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B3EE is #5F4C11. Grayscale: #B3B3B3. Windows color (decimal): -6245394 or 15643552. OLE color: 15643552.

HSL color Cylindrical-coordinate representation of color #A0B3EE: hue angle of 225.38º 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 #A0B3EE is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160179238-
CMYK0.330.2500.07
HSL225.38º69.64%78.04%-
HSV(B)225.38º32.77%93.33%-
XYZ46.0545.8987.32-
YUV180.04160.71113.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.73%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=27.73%
G=31.02%
B=41.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601792380.330.2500.07225.3869.6478.04
HexA0B3EE211907e1464e
Octal240263356413107341106116
Binary1010000010110011111011101000011100101111110000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B3EE; }

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

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

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

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

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

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

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

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