#A3B8E5

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

Shades of Perano #A3B8E5

Tints of Perano #A3B8E5

Color information

#A3B8E5 (or 0xA3B8E5) is unknown color: approx Perano. HEX triplet: A3, B8 and E5. RGB value is (163,184,229). Sum of RGB (Red+Green+Blue) = 163+184+229=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3B8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B8E5 is #5C471A. Grayscale: #B6B6B6. Windows color (decimal): -6047515 or 15055011. OLE color: 15055011.

HSL color Cylindrical-coordinate representation of color #A3B8E5: hue angle of 220.91º 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 #A3B8E5 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB163184229-
CMYK0.290.2000.10
HSL220.91º55.93%76.86%-
HSV(B)220.91º28.82%89.8%-
XYZ46.3947.7280.9-
YUV182.85154.04113.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.30%
GREEN value IS 184 (72.27% from 255) = 31.94%
BLUE value IS 229 (89.84% from 255) = 39.76%
R=28.30%
G=31.94%
B=39.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631842290.290.2000.10220.9155.9376.86
HexA3B8E51D140Add384d
Octal243270345352401233570115
Binary101000111011100011100101111011010001010110111011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8E5; }

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

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

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

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

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

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

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

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