#AD96D3

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

Shades of Biloba Flower #AD96D3

Tints of Biloba Flower #AD96D3

Color information

#AD96D3 (or 0xAD96D3) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and D3. RGB value is (173,150,211). Sum of RGB (Red+Green+Blue) = 173+150+211=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD96D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96D3 is #52692C. Grayscale: #A3A3A3. Windows color (decimal): -5400877 or 13866669. OLE color: 13866669.

HSL color Cylindrical-coordinate representation of color #AD96D3: hue angle of 262.62º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD96D3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173150211-
CMYK0.180.2900.17
HSL262.62º40.94%70.78%-
HSV(B)262.62º28.91%82.75%-
XYZ39.935.466.36-
YUV163.83154.62134.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 211 (82.81% from 255) = 39.51%
R=32.40%
G=28.09%
B=39.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731502110.180.2900.17262.6240.9470.78
HexAD96D3121D0111072947
Octal255226323223502140751107
Binary10101101100101101101001110010111010100011000001111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96D3; }

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

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

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

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

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

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

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

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