#AD96CE

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

Shades of Biloba Flower #AD96CE

Tints of Biloba Flower #AD96CE

Color information

#AD96CE (or 0xAD96CE) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and CE. RGB value is (173,150,206). Sum of RGB (Red+Green+Blue) = 173+150+206=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96CE is #526931. Grayscale: #A3A3A3. Windows color (decimal): -5400882 or 13538989. OLE color: 13538989.

HSL color Cylindrical-coordinate representation of color #AD96CE: hue angle of 264.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD96CE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173150206-
CMYK0.160.2700.19
HSL264.64º36.36%69.8%-
HSV(B)264.64º27.18%80.78%-
XYZ39.2835.1563.11-
YUV163.26152.12134.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=32.70%
G=28.36%
B=38.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731502060.160.2700.19264.6436.3669.8
HexAD96CE101B0131092446
Octal255226316203302341144106
Binary10101101100101101100111010000110110100111000010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96CE; }

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

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

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

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

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

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

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

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