#A3B3E5

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

Shades of Perano #A3B3E5

Tints of Perano #A3B3E5

Color information

#A3B3E5 (or 0xA3B3E5) is unknown color: approx Perano. HEX triplet: A3, B3 and E5. RGB value is (163,179,229). Sum of RGB (Red+Green+Blue) = 163+179+229=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3B3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B3E5 is #5C4C1A. Grayscale: #B3B3B3. Windows color (decimal): -6048795 or 15053731. OLE color: 15053731.

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

Color convert

RGB163179229-
CMYK0.290.2200.10
HSL225.45º55.93%76.86%-
HSV(B)225.45º28.82%89.8%-
XYZ45.3745.6880.56-
YUV179.92155.7115.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.55%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=28.55%
G=31.35%
B=40.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631792290.290.2200.10225.4555.9376.86
HexA3B3E51D160Ae1384d
Octal243263345352601234170115
Binary101000111011001111100101111011011001010111000011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B3E5; }

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

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

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

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

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

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

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

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