#AD84DC

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

Shades of Biloba Flower #AD84DC

Tints of Biloba Flower #AD84DC

Color information

#AD84DC (or 0xAD84DC) is unknown color: approx Biloba Flower. HEX triplet: AD, 84 and DC. RGB value is (173,132,220). Sum of RGB (Red+Green+Blue) = 173+132+220=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84DC is #527B23. Grayscale: #999999. Windows color (decimal): -5405476 or 14451885. OLE color: 14451885.

HSL color Cylindrical-coordinate representation of color #AD84DC: hue angle of 267.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD84DC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173132220-
CMYK0.210.4000.14
HSL267.95º55.7%69.02%-
HSV(B)267.95º40%86.27%-
XYZ38.430.5571.58-
YUV154.29165.08141.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 132 (51.95% from 255) = 25.14%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=32.95%
G=25.14%
B=41.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731322200.210.4000.14267.9555.769.02
HexAD84DC15280E10c3845
Octal255204334255001641470105
Binary10101101100001001101110010101101000011101000011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84DC; }

 p { color: rgb(173,132,220); }

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

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

 a { background-color: rgb(173,132,220); }

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

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

 span { border-color: rgb(173,132,220); }

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