#AD7DD9

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

Shades of Biloba Flower #AD7DD9

Tints of Biloba Flower #AD7DD9

Color information

#AD7DD9 (or 0xAD7DD9) is unknown color: approx Biloba Flower. HEX triplet: AD, 7D and D9. RGB value is (173,125,217). Sum of RGB (Red+Green+Blue) = 173+125+217=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD7DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DD9 is #528226. Grayscale: #959595. Windows color (decimal): -5407271 or 14253485. OLE color: 14253485.

HSL color Cylindrical-coordinate representation of color #AD7DD9: hue angle of 271.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7DD9 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173125217-
CMYK0.200.4200.15
HSL271.3º54.76%67.06%-
HSV(B)271.3º42.4%85.1%-
XYZ37.0928.5669.2-
YUV149.84165.9144.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=33.59%
G=24.27%
B=42.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731252170.200.4200.15271.354.7667.06
HexAD7DD9142A0F10f3743
Octal255175331245201741767103
Binary1010110111111011101100110100101010011111000011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DD9; }

 p { color: rgb(173,125,217); }

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

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

 a { background-color: rgb(173,125,217); }

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

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

 span { border-color: rgb(173,125,217); }

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