#A99CE9

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

Shades of Biloba Flower #A99CE9

Tints of Biloba Flower #A99CE9

Color information

#A99CE9 (or 0xA99CE9) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and E9. RGB value is (169,156,233). Sum of RGB (Red+Green+Blue) = 169+156+233=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #A99CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CE9 is #566316. Grayscale: #A8A8A8. Windows color (decimal): -5661463 or 15309993. OLE color: 15309993.

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

Color convert

RGB169156233-
CMYK0.270.3300.09
HSL250.13º63.64%76.27%-
HSV(B)250.13º33.05%91.37%-
XYZ42.9638.182.18-
YUV168.66164.31128.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.29%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 233 (91.41% from 255) = 41.76%
R=30.29%
G=27.96%
B=41.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691562330.270.3300.09250.1363.6476.27
HexA99CE91B2109fa404c
Octal2512343513341011372100114
Binary10101001100111001110100111011100001010011111101010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CE9; }

 p { color: rgb(169,156,233); }

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

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

 a { background-color: rgb(169,156,233); }

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

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

 span { border-color: rgb(169,156,233); }

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