#A7A9FA

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

Shades of Perano #A7A9FA

Tints of Perano #A7A9FA

Color information

#A7A9FA (or 0xA7A9FA) is unknown color: approx Perano. HEX triplet: A7, A9 and FA. RGB value is (167,169,250). Sum of RGB (Red+Green+Blue) = 167+169+250=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7A9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A9FA is #585605. Grayscale: #B1B1B1. Windows color (decimal): -5789190 or 16427431. OLE color: 16427431.

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

Color convert

RGB167169250-
CMYK0.330.3200.02
HSL238.55º89.25%81.76%-
HSV(B)238.55º33.2%98.04%-
XYZ47.3843.4996.34-
YUV177.64168.84120.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.50%
GREEN value IS 169 (66.41% from 255) = 28.84%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=28.50%
G=28.84%
B=42.66%

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
Decimal1671692500.330.3200.02238.5589.2581.76
HexA7A9FA212002ef5952
Octal247251372414002357131122
Binary1010011110101001111110101000011000000101110111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A9FA; }

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

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

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

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

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

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

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

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