#A99AC1

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

Shades of Biloba Flower #A99AC1

Tints of Biloba Flower #A99AC1

Color information

#A99AC1 (or 0xA99AC1) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and C1. RGB value is (169,154,193). Sum of RGB (Red+Green+Blue) = 169+154+193=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #A99AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AC1 is #56653E. Grayscale: #A2A2A2. Windows color (decimal): -5662015 or 12688041. OLE color: 12688041.

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

Color convert

RGB169154193-
CMYK0.120.2000.24
HSL263.08º23.93%68.04%-
HSV(B)263.08º20.21%75.69%-
XYZ37.5435.455.31-
YUV162.93144.97132.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=32.75%
G=29.84%
B=37.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691541930.120.2000.24263.0823.9368.04
HexA99AC1C140181071844
Octal251232301142403040730104
Binary101010011001101011000001110010100011000100000111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AC1; }

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

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

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

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

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

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

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

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