#A9B1FA

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

Shades of Perano #A9B1FA

Tints of Perano #A9B1FA

Color information

#A9B1FA (or 0xA9B1FA) is unknown color: approx Perano. HEX triplet: A9, B1 and FA. RGB value is (169,177,250). Sum of RGB (Red+Green+Blue) = 169+177+250=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B1FA is #564E05. Grayscale: #B6B6B6. Windows color (decimal): -5656070 or 16429481. OLE color: 16429481.

HSL color Cylindrical-coordinate representation of color #A9B1FA: hue angle of 234.07º 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 #A9B1FA is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169177250-
CMYK0.320.2900.02
HSL234.07º89.01%82.16%-
HSV(B)234.07º32.4%98.04%-
XYZ49.3446.7896.87-
YUV182.93165.85118.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.36%
GREEN value IS 177 (69.53% from 255) = 29.70%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=28.36%
G=29.70%
B=41.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691772500.320.2900.02234.0789.0182.16
HexA9B1FA201D02ea5952
Octal251261372403502352131122
Binary101010011011000111111010100000111010101110101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B1FA; }

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

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

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

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

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

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

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

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