#A99AE3

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

Shades of Biloba Flower #A99AE3

Tints of Biloba Flower #A99AE3

Color information

#A99AE3 (or 0xA99AE3) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and E3. RGB value is (169,154,227). Sum of RGB (Red+Green+Blue) = 169+154+227=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 227 - color contains mainly: blue. Hex color #A99AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AE3 is #56651C. Grayscale: #A6A6A6. Windows color (decimal): -5661981 or 14916265. OLE color: 14916265.

HSL color Cylindrical-coordinate representation of color #A99AE3: hue angle of 252.33º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A99AE3 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169154227-
CMYK0.260.3200.11
HSL252.33º56.59%74.71%-
HSV(B)252.33º32.16%89.02%-
XYZ41.7837.0977.63-
YUV166.81161.97129.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.73%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 227 (89.06% from 255) = 41.27%
R=30.73%
G=28%
B=41.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691542270.260.3200.11252.3356.5974.71
HexA99AE31A200Bfc394b
Octal251232343324001337471113
Binary1010100110011010111000111101010000001011111111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AE3; }

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

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

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

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

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

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

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

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