#A99AC8

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

Shades of Biloba Flower #A99AC8

Tints of Biloba Flower #A99AC8

Color information

#A99AC8 (or 0xA99AC8) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and C8. RGB value is (169,154,200). Sum of RGB (Red+Green+Blue) = 169+154+200=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #A99AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AC8 is #566537. Grayscale: #A3A3A3. Windows color (decimal): -5662008 or 13146793. OLE color: 13146793.

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

Color convert

RGB169154200-
CMYK0.160.2300.22
HSL259.57º29.49%69.41%-
HSV(B)259.57º23%78.43%-
XYZ38.3435.7259.52-
YUV163.73148.47131.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=32.31%
G=29.45%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691542000.160.2300.22259.5729.4969.41
HexA99AC810170161041d45
Octal251232310202702640435105
Binary1010100110011010110010001000010111010110100000100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AC8; }

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

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

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

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

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

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

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

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