#A3B1EA

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

Shades of Perano #A3B1EA

Tints of Perano #A3B1EA

Color information

#A3B1EA (or 0xA3B1EA) is unknown color: approx Perano. HEX triplet: A3, B1 and EA. RGB value is (163,177,234). Sum of RGB (Red+Green+Blue) = 163+177+234=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3B1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B1EA is #5C4E15. Grayscale: #B3B3B3. Windows color (decimal): -6049302 or 15380899. OLE color: 15380899.

HSL color Cylindrical-coordinate representation of color #A3B1EA: hue angle of 228.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3B1EA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163177234-
CMYK0.300.2400.08
HSL228.17º62.83%77.84%-
HSV(B)228.17º30.34%91.76%-
XYZ45.6845.1784.15-
YUV179.31158.86116.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.40%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=28.40%
G=30.84%
B=40.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631772340.300.2400.08228.1762.8377.84
HexA3B1EA1E1808e43f4e
Octal243261352363001034477116
Binary101000111011000111101010111101100001000111001001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B1EA; }

 p { color: rgb(163,177,234); }

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

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

 a { background-color: rgb(163,177,234); }

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

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

 span { border-color: rgb(163,177,234); }

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