#AD82DD

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

Shades of Biloba Flower #AD82DD

Tints of Biloba Flower #AD82DD

Color information

#AD82DD (or 0xAD82DD) is unknown color: approx Biloba Flower. HEX triplet: AD, 82 and DD. RGB value is (173,130,221). Sum of RGB (Red+Green+Blue) = 173+130+221=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82DD is #527D22. Grayscale: #989898. Windows color (decimal): -5405987 or 14516909. OLE color: 14516909.

HSL color Cylindrical-coordinate representation of color #AD82DD: hue angle of 268.35º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD82DD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173130221-
CMYK0.220.4100.13
HSL268.35º57.23%68.82%-
HSV(B)268.35º41.18%86.67%-
XYZ38.2730.0772.19-
YUV153.23166.25142.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=33.02%
G=24.81%
B=42.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731302210.220.4100.13268.3557.2368.82
HexAD82DD16290D10c3945
Octal255202335265101541471105
Binary10101101100000101101110110110101001011011000011001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD82DD; }

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

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

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

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

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

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

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

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