#A8A9FA

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

Shades of Perano #A8A9FA

Tints of Perano #A8A9FA

Color information

#A8A9FA (or 0xA8A9FA) is unknown color: approx Perano. HEX triplet: A8, A9 and FA. RGB value is (168,169,250). Sum of RGB (Red+Green+Blue) = 168+169+250=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8A9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A9FA is #575605. Grayscale: #B1B1B1. Windows color (decimal): -5723654 or 16427432. OLE color: 16427432.

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

Color convert

RGB168169250-
CMYK0.330.3200.02
HSL239.27º89.13%81.96%-
HSV(B)239.27º32.8%98.04%-
XYZ47.5943.696.35-
YUV177.94168.67120.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.62%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=28.62%
G=28.79%
B=42.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681692500.330.3200.02239.2789.1381.96
HexA8A9FA212002ef5952
Octal250251372414002357131122
Binary1010100010101001111110101000011000000101110111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A9FA; }

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

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

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

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

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

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

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

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