#AD7DDB

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

Shades of Biloba Flower #AD7DDB

Tints of Biloba Flower #AD7DDB

Color information

#AD7DDB (or 0xAD7DDB) is unknown color: approx Biloba Flower. HEX triplet: AD, 7D and DB. RGB value is (173,125,219). Sum of RGB (Red+Green+Blue) = 173+125+219=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DDB is #528224. Grayscale: #959595. Windows color (decimal): -5407269 or 14384557. OLE color: 14384557.

HSL color Cylindrical-coordinate representation of color #AD7DDB: hue angle of 270.64º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7DDB is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173125219-
CMYK0.210.4300.14
HSL270.64º56.63%67.45%-
HSV(B)270.64º42.92%85.88%-
XYZ37.3528.6770.58-
YUV150.07166.9144.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=33.46%
G=24.18%
B=42.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731252190.210.4300.14270.6456.6367.45
HexAD7DDB152B0E10f3943
Octal255175333255301641771103
Binary1010110111111011101101110101101011011101000011111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DDB; }

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

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

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

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

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

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

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

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