#AD8AD5

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

Shades of Biloba Flower #AD8AD5

Tints of Biloba Flower #AD8AD5

Color information

#AD8AD5 (or 0xAD8AD5) is unknown color: approx Biloba Flower. HEX triplet: AD, 8A and D5. RGB value is (173,138,213). Sum of RGB (Red+Green+Blue) = 173+138+213=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AD5 is #52752A. Grayscale: #9C9C9C. Windows color (decimal): -5403947 or 13994669. OLE color: 13994669.

HSL color Cylindrical-coordinate representation of color #AD8AD5: hue angle of 268º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8AD5 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173138213-
CMYK0.190.3500.16
HSL268º47.17%68.82%-
HSV(B)268º35.21%83.53%-
XYZ38.3331.8767.08-
YUV157.02159.6139.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 213 (83.59% from 255) = 40.65%
R=33.02%
G=26.34%
B=40.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731382130.190.3500.1626847.1768.82
HexAD8AD5132301010c2f45
Octal255212325234302041457105
Binary101011011000101011010101100111000110100001000011001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AD5; }

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

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

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

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

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

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

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

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