#A99EC8

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

Shades of Biloba Flower #A99EC8

Tints of Biloba Flower #A99EC8

Color information

#A99EC8 (or 0xA99EC8) is unknown color: approx Biloba Flower. HEX triplet: A9, 9E and C8. RGB value is (169,158,200). Sum of RGB (Red+Green+Blue) = 169+158+200=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #A99EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EC8 is #566137. Grayscale: #A5A5A5. Windows color (decimal): -5660984 or 13147817. OLE color: 13147817.

HSL color Cylindrical-coordinate representation of color #A99EC8: hue angle of 255.71º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99EC8 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169158200-
CMYK0.160.2100.22
HSL255.71º27.63%70.2%-
HSV(B)255.71º21%78.43%-
XYZ39.0137.0659.74-
YUV166.08147.14130.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=32.07%
G=29.98%
B=37.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691582000.160.2100.22255.7127.6370.2
HexA99EC810150161001c46
Octal251236310202502640034106
Binary1010100110011110110010001000010101010110100000000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EC8; }

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

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

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

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

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

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

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

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