#AD8FD3

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

Shades of Biloba Flower #AD8FD3

Tints of Biloba Flower #AD8FD3

Color information

#AD8FD3 (or 0xAD8FD3) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and D3. RGB value is (173,143,211). Sum of RGB (Red+Green+Blue) = 173+143+211=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD8FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FD3 is #52702C. Grayscale: #9F9F9F. Windows color (decimal): -5402669 or 13864877. OLE color: 13864877.

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

Color convert

RGB173143211-
CMYK0.180.3200.17
HSL266.47º43.59%69.41%-
HSV(B)266.47º32.23%82.75%-
XYZ38.8133.2366-
YUV159.72156.94137.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=32.83%
G=27.13%
B=40.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731432110.180.3200.17266.4743.5969.41
HexAD8FD3122001110a2c45
Octal255217323224002141254105
Binary101011011000111111010011100101000000100011000010101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FD3; }

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

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

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

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

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

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

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

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