#A99DF1

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

Shades of Biloba Flower #A99DF1

Tints of Biloba Flower #A99DF1

Color information

#A99DF1 (or 0xA99DF1) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and F1. RGB value is (169,157,241). Sum of RGB (Red+Green+Blue) = 169+157+241=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #A99DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99DF1 is #56620E. Grayscale: #A9A9A9. Windows color (decimal): -5661199 or 15834537. OLE color: 15834537.

HSL color Cylindrical-coordinate representation of color #A99DF1: hue angle of 248.57º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A99DF1 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169157241-
CMYK0.300.3500.05
HSL248.57º75%78.04%-
HSV(B)248.57º34.85%94.51%-
XYZ44.338.988.39-
YUV170.16167.98127.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=29.81%
G=27.69%
B=42.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691572410.300.3500.05248.577578.04
HexA99DF11E2305f94b4e
Octal251235361364305371113116
Binary1010100110011101111100011111010001101011111100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DF1; }

 p { color: rgb(169,157,241); }

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

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

 a { background-color: rgb(169,157,241); }

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

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

 span { border-color: rgb(169,157,241); }

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