#A99AC4

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

Shades of Biloba Flower #A99AC4

Tints of Biloba Flower #A99AC4

Color information

#A99AC4 (or 0xA99AC4) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and C4. RGB value is (169,154,196). Sum of RGB (Red+Green+Blue) = 169+154+196=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #A99AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AC4 is #56653B. Grayscale: #A3A3A3. Windows color (decimal): -5662012 or 12884649. OLE color: 12884649.

HSL color Cylindrical-coordinate representation of color #A99AC4: hue angle of 261.43º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99AC4 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169154196-
CMYK0.140.2100.23
HSL261.43º26.25%68.63%-
HSV(B)261.43º21.43%76.86%-
XYZ37.8835.5357.09-
YUV163.27146.47132.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=32.56%
G=29.67%
B=37.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691541960.140.2100.23261.4326.2568.63
HexA99AC4E150171051a45
Octal251232304162502740532105
Binary101010011001101011000100111010101010111100000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AC4; }

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

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

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

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

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

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

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

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