#A99AED

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

Shades of Biloba Flower #A99AED

Tints of Biloba Flower #A99AED

Color information

#A99AED (or 0xA99AED) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and ED. RGB value is (169,154,237). Sum of RGB (Red+Green+Blue) = 169+154+237=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #A99AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AED is #566512. Grayscale: #A7A7A7. Windows color (decimal): -5661971 or 15571625. OLE color: 15571625.

HSL color Cylindrical-coordinate representation of color #A99AED: hue angle of 250.84º degrees, saturation: 0.7, 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 #A99AED is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169154237-
CMYK0.290.3500.07
HSL250.84º69.75%76.67%-
HSV(B)250.84º35.02%92.94%-
XYZ43.237.6685.11-
YUV167.95166.97128.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=30.18%
G=27.5%
B=42.32%

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
Decimal1691542370.290.3500.07250.8469.7576.67
HexA99AED1D2307fb464d
Octal251232355354307373106115
Binary1010100110011010111011011110110001101111111101110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AED; }

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

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

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

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

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

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

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

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