#A3BAF8

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

Shades of Perano #A3BAF8

Tints of Perano #A3BAF8

Color information

#A3BAF8 (or 0xA3BAF8) is unknown color: approx Perano. HEX triplet: A3, BA and F8. RGB value is (163,186,248). Sum of RGB (Red+Green+Blue) = 163+186+248=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #A3BAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BAF8 is #5C4507. Grayscale: #B9B9B9. Windows color (decimal): -6046984 or 16300707. OLE color: 16300707.

HSL color Cylindrical-coordinate representation of color #A3BAF8: hue angle of 223.76º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3BAF8 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB163186248-
CMYK0.340.2500.03
HSL223.76º85.86%80.59%-
HSV(B)223.76º34.27%97.25%-
XYZ49.6149.6895.78-
YUV186.19162.88111.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.30%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 248 (97.27% from 255) = 41.54%
R=27.30%
G=31.16%
B=41.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1631862480.340.2500.03223.7685.8680.59
HexA3BAF8221903e05651
Octal243272370423103340126121
Binary101000111011101011111000100010110010111110000010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAF8; }

 p { color: rgb(163,186,248); }

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

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

 a { background-color: rgb(163,186,248); }

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

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

 span { border-color: rgb(163,186,248); }

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