#AD96DC

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

Shades of Biloba Flower #AD96DC

Tints of Biloba Flower #AD96DC

Color information

#AD96DC (or 0xAD96DC) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and DC. RGB value is (173,150,220). Sum of RGB (Red+Green+Blue) = 173+150+220=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96DC is #526923. Grayscale: #A4A4A4. Windows color (decimal): -5400868 or 14456493. OLE color: 14456493.

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

Color convert

RGB173150220-
CMYK0.210.3200.14
HSL259.71º50%72.55%-
HSV(B)259.71º31.82%86.27%-
XYZ41.0635.8672.47-
YUV164.86159.12133.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=31.86%
G=27.62%
B=40.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731502200.210.3200.14259.715072.55
HexAD96DC15200E1043249
Octal255226334254001640462111
Binary10101101100101101101110010101100000011101000001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96DC; }

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

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

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

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

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

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

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

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