#A999D1

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

Shades of Biloba Flower #A999D1

Tints of Biloba Flower #A999D1

Color information

#A999D1 (or 0xA999D1) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and D1. RGB value is (169,153,209). Sum of RGB (Red+Green+Blue) = 169+153+209=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #A999D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999D1 is #56662E. Grayscale: #A3A3A3. Windows color (decimal): -5662255 or 13736361. OLE color: 13736361.

HSL color Cylindrical-coordinate representation of color #A999D1: hue angle of 257.14º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A999D1 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169153209-
CMYK0.190.2700.18
HSL257.14º37.84%70.98%-
HSV(B)257.14º26.79%81.96%-
XYZ39.2635.8265.17-
YUV164.17153.3131.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.83%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=31.83%
G=28.81%
B=39.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691532090.190.2700.18257.1437.8470.98
HexA999D1131B0121012647
Octal251231321233302240146107
Binary10101001100110011101000110011110110100101000000011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999D1; }

 p { color: rgb(169,153,209); }

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

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

 a { background-color: rgb(169,153,209); }

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

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

 span { border-color: rgb(169,153,209); }

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