#A99FC0

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

Shades of Biloba Flower #A99FC0

Tints of Biloba Flower #A99FC0

Color information

#A99FC0 (or 0xA99FC0) is unknown color: approx Biloba Flower. HEX triplet: A9, 9F and C0. RGB value is (169,159,192). Sum of RGB (Red+Green+Blue) = 169+159+192=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #A99FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FC0 is #56603F. Grayscale: #A5A5A5. Windows color (decimal): -5660736 or 12623785. OLE color: 12623785.

HSL color Cylindrical-coordinate representation of color #A99FC0: hue angle of 258.18º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99FC0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169159192-
CMYK0.120.1700.25
HSL258.18º20.75%68.82%-
HSV(B)258.18º17.19%75.29%-
XYZ38.2737.0455-
YUV165.75142.81130.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=32.5%
G=30.58%
B=36.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691591920.120.1700.25258.1820.7568.82
HexA99FC0C110191021545
Octal251237300142103140225105
Binary101010011001111111000000110010001011001100000010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FC0; }

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

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

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

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

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

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

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

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