#A99AEE

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

Shades of Biloba Flower #A99AEE

Tints of Biloba Flower #A99AEE

Color information

#A99AEE (or 0xA99AEE) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and EE. RGB value is (169,154,238). Sum of RGB (Red+Green+Blue) = 169+154+238=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #A99AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AEE is #566511. Grayscale: #A7A7A7. Windows color (decimal): -5661970 or 15637161. OLE color: 15637161.

HSL color Cylindrical-coordinate representation of color #A99AEE: hue angle of 250.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A99AEE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169154238-
CMYK0.290.3500.07
HSL250.71º71.19%76.86%-
HSV(B)250.71º35.29%93.33%-
XYZ43.3537.7285.88-
YUV168.06167.47128.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.12%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=30.12%
G=27.45%
B=42.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691542380.290.3500.07250.7171.1976.86
HexA99AEE1D2307fb474d
Octal251232356354307373107115
Binary1010100110011010111011101110110001101111111101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AEE; }

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

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

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

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

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

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

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

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