#A99FF7

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

Shades of Perano #A99FF7

Tints of Perano #A99FF7

Color information

#A99FF7 (or 0xA99FF7) is unknown color: approx Perano. HEX triplet: A9, 9F and F7. RGB value is (169,159,247). Sum of RGB (Red+Green+Blue) = 169+159+247=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #A99FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99FF7 is #566008. Grayscale: #ABABAB. Windows color (decimal): -5660681 or 16228265. OLE color: 16228265.

HSL color Cylindrical-coordinate representation of color #A99FF7: hue angle of 246.82º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A99FF7 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169159247-
CMYK0.320.3600.03
HSL246.82º84.62%79.61%-
HSV(B)246.82º35.63%96.86%-
XYZ45.5539.9593.31-
YUV172.02170.31125.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 247 (96.88% from 255) = 42.96%
R=29.39%
G=27.65%
B=42.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691592470.320.3600.03246.8284.6279.61
HexA99FF7202403f75550
Octal251237367404403367125120
Binary1010100110011111111101111000001001000111111011110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FF7; }

 p { color: rgb(169,159,247); }

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

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

 a { background-color: rgb(169,159,247); }

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

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

 span { border-color: rgb(169,159,247); }

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