#A99EC1

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

Shades of Biloba Flower #A99EC1

Tints of Biloba Flower #A99EC1

Color information

#A99EC1 (or 0xA99EC1) is unknown color: approx Biloba Flower. HEX triplet: A9, 9E and C1. RGB value is (169,158,193). Sum of RGB (Red+Green+Blue) = 169+158+193=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #A99EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EC1 is #56613E. Grayscale: #A5A5A5. Windows color (decimal): -5660991 or 12689065. OLE color: 12689065.

HSL color Cylindrical-coordinate representation of color #A99EC1: hue angle of 258.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A99EC1 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169158193-
CMYK0.120.1800.24
HSL258.86º22.01%68.82%-
HSV(B)258.86º18.13%75.69%-
XYZ38.2136.7455.53-
YUV165.28143.64130.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=32.5%
G=30.38%
B=37.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691581930.120.1800.24258.8622.0168.82
HexA99EC1C120181031645
Octal251236301142203040326105
Binary101010011001111011000001110010010011000100000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EC1; }

 p { color: rgb(169,158,193); }

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

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

 a { background-color: rgb(169,158,193); }

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

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

 span { border-color: rgb(169,158,193); }

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