#AD82DB

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

Shades of Biloba Flower #AD82DB

Tints of Biloba Flower #AD82DB

Color information

#AD82DB (or 0xAD82DB) is unknown color: approx Biloba Flower. HEX triplet: AD, 82 and DB. RGB value is (173,130,219). Sum of RGB (Red+Green+Blue) = 173+130+219=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82DB is #527D24. Grayscale: #989898. Windows color (decimal): -5405989 or 14385837. OLE color: 14385837.

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

Color convert

RGB173130219-
CMYK0.210.4100.14
HSL268.99º55.28%68.43%-
HSV(B)268.99º40.64%85.88%-
XYZ3829.9670.8-
YUV153165.25142.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=33.14%
G=24.90%
B=41.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731302190.210.4100.14268.9955.2868.43
HexAD82DB15290E10d3744
Octal255202333255101641567104
Binary10101101100000101101101110101101001011101000011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD82DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD82DB; }

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

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

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

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

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

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

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

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