#A99AE8

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

Shades of Biloba Flower #A99AE8

Tints of Biloba Flower #A99AE8

Color information

#A99AE8 (or 0xA99AE8) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and E8. RGB value is (169,154,232). Sum of RGB (Red+Green+Blue) = 169+154+232=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #A99AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AE8 is #566517. Grayscale: #A7A7A7. Windows color (decimal): -5661976 or 15243945. OLE color: 15243945.

HSL color Cylindrical-coordinate representation of color #A99AE8: hue angle of 251.54º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A99AE8 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB169154232-
CMYK0.270.3400.09
HSL251.54º62.9%75.69%-
HSV(B)251.54º33.62%90.98%-
XYZ42.4837.3781.32-
YUV167.38164.47129.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 232 (91.02% from 255) = 41.80%
R=30.45%
G=27.75%
B=41.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691542320.270.3400.09251.5462.975.69
HexA99AE81B2209fc3f4c
Octal251232350334201137477114
Binary1010100110011010111010001101110001001001111111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AE8; }

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

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

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

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

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

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

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

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