#AD8AD0

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

Shades of Biloba Flower #AD8AD0

Tints of Biloba Flower #AD8AD0

Color information

#AD8AD0 (or 0xAD8AD0) is unknown color: approx Biloba Flower. HEX triplet: AD, 8A and D0. RGB value is (173,138,208). Sum of RGB (Red+Green+Blue) = 173+138+208=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD8AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AD0 is #52752F. Grayscale: #9C9C9C. Windows color (decimal): -5403952 or 13666989. OLE color: 13666989.

HSL color Cylindrical-coordinate representation of color #AD8AD0: hue angle of 270º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD8AD0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173138208-
CMYK0.170.3400.18
HSL270º42.68%67.84%-
HSV(B)270º33.65%81.57%-
XYZ37.7131.6263.79-
YUV156.44157.1139.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=33.33%
G=26.59%
B=40.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731382080.170.3400.1827042.6867.84
HexAD8AD0112201210e2b44
Octal255212320214202241653104
Binary101011011000101011010000100011000100100101000011101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AD0; }

 p { color: rgb(173,138,208); }

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

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

 a { background-color: rgb(173,138,208); }

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

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

 span { border-color: rgb(173,138,208); }

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