#A9B3FE

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

Shades of Perano #A9B3FE

Tints of Perano #A9B3FE

Color information

#A9B3FE (or 0xA9B3FE) is unknown color: approx Perano. HEX triplet: A9, B3 and FE. RGB value is (169,179,254). Sum of RGB (Red+Green+Blue) = 169+179+254=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B3FE is #564C01. Grayscale: #B8B8B8. Windows color (decimal): -5655554 or 16692137. OLE color: 16692137.

HSL color Cylindrical-coordinate representation of color #A9B3FE: hue angle of 232.94º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9B3FE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169179254-
CMYK0.330.3000.00
HSL232.94º97.7%82.94%-
HSV(B)232.94º33.46%99.61%-
XYZ50.3747.83100.34-
YUV184.56167.19116.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.07%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=28.07%
G=29.73%
B=42.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691792540.330.3000.00232.9497.782.94
HexA9B3FE211E00e96253
Octal251263376413600351142123
Binary10101001101100111111111010000111110001110100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3FE; }

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

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

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

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

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

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

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

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