#AD8DCD

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

Shades of Biloba Flower #AD8DCD

Tints of Biloba Flower #AD8DCD

Color information

#AD8DCD (or 0xAD8DCD) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and CD. RGB value is (173,141,205). Sum of RGB (Red+Green+Blue) = 173+141+205=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCD is #527232. Grayscale: #9D9D9D. Windows color (decimal): -5403187 or 13471149. OLE color: 13471149.

HSL color Cylindrical-coordinate representation of color #AD8DCD: hue angle of 270º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8DCD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173141205-
CMYK0.160.3100.20
HSL270º39.02%67.84%-
HSV(B)270º31.22%80.39%-
XYZ37.7832.3462.01-
YUV157.86154.6138.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=33.33%
G=27.17%
B=39.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731412050.160.3100.2027039.0267.84
HexAD8DCD101F01410e2744
Octal255215315203702441647104
Binary10101101100011011100110110000111110101001000011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DCD; }

 p { color: rgb(173,141,205); }

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

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

 a { background-color: rgb(173,141,205); }

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

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

 span { border-color: rgb(173,141,205); }

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