#AD8DD4

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

Shades of Biloba Flower #AD8DD4

Tints of Biloba Flower #AD8DD4

Color information

#AD8DD4 (or 0xAD8DD4) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and D4. RGB value is (173,141,212). Sum of RGB (Red+Green+Blue) = 173+141+212=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD8DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DD4 is #52722B. Grayscale: #9E9E9E. Windows color (decimal): -5403180 or 13929901. OLE color: 13929901.

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

Color convert

RGB173141212-
CMYK0.180.3300.17
HSL267.04º45.22%69.22%-
HSV(B)267.04º33.49%83.14%-
XYZ38.6432.6966.56-
YUV158.66158.1138.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=32.89%
G=26.81%
B=40.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731412120.180.3300.17267.0445.2269.22
HexAD8DD4122101110b2d45
Octal255215324224102141355105
Binary101011011000110111010100100101000010100011000010111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DD4; }

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

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

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

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

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

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

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

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