#A3B9EA

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

Shades of Perano #A3B9EA

Tints of Perano #A3B9EA

Color information

#A3B9EA (or 0xA3B9EA) is unknown color: approx Perano. HEX triplet: A3, B9 and EA. RGB value is (163,185,234). Sum of RGB (Red+Green+Blue) = 163+185+234=582 (77% of max value = 765). Red value is 163 (64.06% from 255 or 28.01% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B9EA is #5C4615. Grayscale: #B7B7B7. Windows color (decimal): -6047254 or 15382947. OLE color: 15382947.

HSL color Cylindrical-coordinate representation of color #A3B9EA: hue angle of 221.41º 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 #A3B9EA is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163185234-
CMYK0.300.2100.08
HSL221.41º62.83%77.84%-
HSV(B)221.41º30.34%91.76%-
XYZ47.348.4284.7-
YUV184.01156.21113.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.01%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=28.01%
G=31.79%
B=40.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631852340.300.2100.08221.4162.8377.84
HexA3B9EA1E1508dd3f4e
Octal243271352362501033577116
Binary101000111011100111101010111101010101000110111011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B9EA; }

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

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

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

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

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

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

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

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