#AD99D1

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

Shades of Biloba Flower #AD99D1

Tints of Biloba Flower #AD99D1

Color information

#AD99D1 (or 0xAD99D1) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and D1. RGB value is (173,153,209). Sum of RGB (Red+Green+Blue) = 173+153+209=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD99D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99D1 is #52662E. Grayscale: #A5A5A5. Windows color (decimal): -5400111 or 13736365. OLE color: 13736365.

HSL color Cylindrical-coordinate representation of color #AD99D1: hue angle of 261.43º 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 #AD99D1 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173153209-
CMYK0.170.2700.18
HSL261.43º37.84%70.98%-
HSV(B)261.43º26.79%81.96%-
XYZ40.1336.2765.21-
YUV165.36152.63133.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=32.34%
G=28.60%
B=39.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731532090.170.2700.18261.4337.8470.98
HexAD99D1111B0121052647
Octal255231321213302240546107
Binary10101101100110011101000110001110110100101000001011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99D1; }

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

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

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

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

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

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

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

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