#A3B9E5

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

Shades of Perano #A3B9E5

Tints of Perano #A3B9E5

Color information

#A3B9E5 (or 0xA3B9E5) is unknown color: approx Perano. HEX triplet: A3, B9 and E5. RGB value is (163,185,229). Sum of RGB (Red+Green+Blue) = 163+185+229=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3B9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B9E5 is #5C461A. Grayscale: #B7B7B7. Windows color (decimal): -6047259 or 15055267. OLE color: 15055267.

HSL color Cylindrical-coordinate representation of color #A3B9E5: hue angle of 220º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3B9E5 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB163185229-
CMYK0.290.1900.10
HSL220º55.93%76.86%-
HSV(B)220º28.82%89.8%-
XYZ46.648.1480.97-
YUV183.44153.71113.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.25%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 229 (89.84% from 255) = 39.69%
R=28.25%
G=32.06%
B=39.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631852290.290.1900.1022055.9376.86
HexA3B9E51D130Adc384d
Octal243271345352301233470115
Binary101000111011100111100101111011001101010110111001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B9E5; }

 p { color: rgb(163,185,229); }

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

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

 a { background-color: rgb(163,185,229); }

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

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

 span { border-color: rgb(163,185,229); }

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