#A9B9F3

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

Shades of Perano #A9B9F3

Tints of Perano #A9B9F3

Color information

#A9B9F3 (or 0xA9B9F3) is unknown color: approx Perano. HEX triplet: A9, B9 and F3. RGB value is (169,185,243). Sum of RGB (Red+Green+Blue) = 169+185+243=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #A9B9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B9F3 is #56460C. Grayscale: #BABABA. Windows color (decimal): -5654029 or 15972777. OLE color: 15972777.

HSL color Cylindrical-coordinate representation of color #A9B9F3: hue angle of 227.03º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9B9F3 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169185243-
CMYK0.300.2400.05
HSL227.03º75.51%80.78%-
HSV(B)227.03º30.45%95.29%-
XYZ49.8949.691.74-
YUV186.83159.7115.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.31%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=28.31%
G=30.99%
B=40.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691852430.300.2400.05227.0375.5180.78
HexA9B9F31E1805e34c51
Octal251271363363005343114121
Binary101010011011100111110011111101100001011110001110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B9F3; }

 p { color: rgb(169,185,243); }

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

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

 a { background-color: rgb(169,185,243); }

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

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

 span { border-color: rgb(169,185,243); }

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