#A9B0FA

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

Shades of Perano #A9B0FA

Tints of Perano #A9B0FA

Color information

#A9B0FA (or 0xA9B0FA) is unknown color: approx Perano. HEX triplet: A9, B0 and FA. RGB value is (169,176,250). Sum of RGB (Red+Green+Blue) = 169+176+250=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B0FA is #564F05. Grayscale: #B6B6B6. Windows color (decimal): -5656326 or 16429225. OLE color: 16429225.

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

Color convert

RGB169176250-
CMYK0.320.3000.02
HSL234.81º89.01%82.16%-
HSV(B)234.81º32.4%98.04%-
XYZ49.1446.3996.81-
YUV182.34166.18118.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.40%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=28.40%
G=29.58%
B=42.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691762500.320.3000.02234.8189.0182.16
HexA9B0FA201E02eb5952
Octal251260372403602353131122
Binary101010011011000011111010100000111100101110101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B0FA; }

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

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

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

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

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

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

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

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