#A9B3FB

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

Shades of Perano #A9B3FB

Tints of Perano #A9B3FB

Color information

#A9B3FB (or 0xA9B3FB) is unknown color: approx Perano. HEX triplet: A9, B3 and FB. RGB value is (169,179,251). Sum of RGB (Red+Green+Blue) = 169+179+251=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9B3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B3FB is #564C04. Grayscale: #B7B7B7. Windows color (decimal): -5655557 or 16495529. OLE color: 16495529.

HSL color Cylindrical-coordinate representation of color #A9B3FB: hue angle of 232.68º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9B3FB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169179251-
CMYK0.330.2900.02
HSL232.68º91.11%82.35%-
HSV(B)232.68º32.67%98.43%-
XYZ49.8947.6497.83-
YUV184.22165.69117.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.21%
GREEN value IS 179 (70.31% from 255) = 29.88%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=28.21%
G=29.88%
B=41.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691792510.330.2900.02232.6891.1182.35
HexA9B3FB211D02e95b52
Octal251263373413502351133122
Binary101010011011001111111011100001111010101110100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3FB; }

 p { color: rgb(169,179,251); }

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

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

 a { background-color: rgb(169,179,251); }

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

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

 span { border-color: rgb(169,179,251); }

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