#AD80DA

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

Shades of Biloba Flower #AD80DA

Tints of Biloba Flower #AD80DA

Color information

#AD80DA (or 0xAD80DA) is unknown color: approx Biloba Flower. HEX triplet: AD, 80 and DA. RGB value is (173,128,218). Sum of RGB (Red+Green+Blue) = 173+128+218=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD80DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80DA is #527F25. Grayscale: #979797. Windows color (decimal): -5406502 or 14319789. OLE color: 14319789.

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

Color convert

RGB173128218-
CMYK0.210.4100.15
HSL270º54.88%67.84%-
HSV(B)270º41.28%85.49%-
XYZ37.6129.3870.02-
YUV151.72165.41143.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=33.33%
G=24.66%
B=42.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731282180.210.4100.1527054.8867.84
HexAD80DA15290F10e3744
Octal255200332255101741667104
Binary10101101100000001101101010101101001011111000011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80DA; }

 p { color: rgb(173,128,218); }

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

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

 a { background-color: rgb(173,128,218); }

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

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

 span { border-color: rgb(173,128,218); }

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