#A9B3FA

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

Shades of Perano #A9B3FA

Tints of Perano #A9B3FA

Color information

#A9B3FA (or 0xA9B3FA) is unknown color: approx Perano. HEX triplet: A9, B3 and FA. RGB value is (169,179,250). Sum of RGB (Red+Green+Blue) = 169+179+250=598 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.26% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9B3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B3FA is #564C05. Grayscale: #B7B7B7. Windows color (decimal): -5655558 or 16429993. OLE color: 16429993.

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

Color convert

RGB169179250-
CMYK0.320.2800.02
HSL232.59º89.01%82.16%-
HSV(B)232.59º32.4%98.04%-
XYZ49.7447.5897-
YUV184.1165.19117.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.26%
GREEN value IS 179 (70.31% from 255) = 29.93%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=28.26%
G=29.93%
B=41.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691792500.320.2800.02232.5989.0182.16
HexA9B3FA201C02e95952
Octal251263372403402351131122
Binary101010011011001111111010100000111000101110100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3FA; }

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

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

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

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

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

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

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

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