#AD8AD7

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

Shades of Biloba Flower #AD8AD7

Tints of Biloba Flower #AD8AD7

Color information

#AD8AD7 (or 0xAD8AD7) is unknown color: approx Biloba Flower. HEX triplet: AD, 8A and D7. RGB value is (173,138,215). Sum of RGB (Red+Green+Blue) = 173+138+215=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD8AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AD7 is #527528. Grayscale: #9C9C9C. Windows color (decimal): -5403945 or 14125741. OLE color: 14125741.

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

Color convert

RGB173138215-
CMYK0.200.3600.16
HSL267.27º49.04%69.22%-
HSV(B)267.27º35.81%84.31%-
XYZ38.5931.9768.43-
YUV157.24160.6139.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=32.89%
G=26.24%
B=40.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731382150.200.3600.16267.2749.0469.22
HexAD8AD7142401010b3145
Octal255212327244402041361105
Binary101011011000101011010111101001001000100001000010111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AD7; }

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

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

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

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

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

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

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

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