#A3B6FC

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

Shades of Perano #A3B6FC

Tints of Perano #A3B6FC

Color information

#A3B6FC (or 0xA3B6FC) is unknown color: approx Perano. HEX triplet: A3, B6 and FC. RGB value is (163,182,252). Sum of RGB (Red+Green+Blue) = 163+182+252=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3B6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B6FC is #5C4903. Grayscale: #B8B8B8. Windows color (decimal): -6048004 or 16561827. OLE color: 16561827.

HSL color Cylindrical-coordinate representation of color #A3B6FC: hue angle of 227.19º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B6FC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163182252-
CMYK0.350.2800.01
HSL227.19º93.68%81.37%-
HSV(B)227.19º35.32%98.82%-
XYZ49.448.2798.81-
YUV184.3166.21112.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.30%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=27.30%
G=30.49%
B=42.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631822520.350.2800.01227.1993.6881.37
HexA3B6FC231C01e35e51
Octal243266374433401343136121
Binary10100011101101101111110010001111100011110001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6FC; }

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

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

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

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

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

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

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

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