#A99DD7

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

Shades of Biloba Flower #A99DD7

Tints of Biloba Flower #A99DD7

Color information

#A99DD7 (or 0xA99DD7) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and D7. RGB value is (169,157,215). Sum of RGB (Red+Green+Blue) = 169+157+215=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #A99DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DD7 is #566228. Grayscale: #A6A6A6. Windows color (decimal): -5661225 or 14130601. OLE color: 14130601.

HSL color Cylindrical-coordinate representation of color #A99DD7: hue angle of 252.41º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A99DD7 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169157215-
CMYK0.210.2700.16
HSL252.41º42.03%72.94%-
HSV(B)252.41º26.98%84.31%-
XYZ40.6837.4669.38-
YUV167.2154.98129.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 215 (84.38% from 255) = 39.74%
R=31.24%
G=29.02%
B=39.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691572150.210.2700.16252.4142.0372.94
HexA99DD7151B010fc2a49
Octal251235327253302037452111
Binary1010100110011101110101111010111011010000111111001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DD7; }

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

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

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

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

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

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

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

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