#A3B6FA

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

Shades of Perano #A3B6FA

Tints of Perano #A3B6FA

Color information

#A3B6FA (or 0xA3B6FA) is unknown color: approx Perano. HEX triplet: A3, B6 and FA. RGB value is (163,182,250). Sum of RGB (Red+Green+Blue) = 163+182+250=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3B6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B6FA is #5C4905. Grayscale: #B7B7B7. Windows color (decimal): -6048006 or 16430755. OLE color: 16430755.

HSL color Cylindrical-coordinate representation of color #A3B6FA: hue angle of 226.9º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B6FA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163182250-
CMYK0.350.2700.02
HSL226.9º89.69%80.98%-
HSV(B)226.9º34.8%98.04%-
XYZ49.0948.1497.15-
YUV184.07165.21112.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.39%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=27.39%
G=30.59%
B=42.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631822500.350.2700.02226.989.6980.98
HexA3B6FA231B02e35a51
Octal243266372433302343132121
Binary101000111011011011111010100011110110101110001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6FA; }

 p { color: rgb(163,182,250); }

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

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

 a { background-color: rgb(163,182,250); }

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

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

 span { border-color: rgb(163,182,250); }

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