Html Css Color HEX #AD8DD0 Biloba Flower

📋 copy color: '#AD8DD0'

red 173 ◦ green 141 ◦ blue 208

#AD8DD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AD8DD0

Tints of Biloba Flower #AD8DD0

RGB

 RED value IS 173 (67.97% from 255) = 33.14%

 GREEN value IS 141 (55.47% from 255) = 27.01%

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 33.14%
G = 27.01%
B = 39.85%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD8DD0 (or 0xAD8DD0) is known color: Biloba Flower. HEX triplet: AD, 8D and D0. RGB value is (173,141,208). Sum of RGB (Red+Green+Blue) = 173+141+208=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DD0 is #52722F. Grayscale: #9D9D9D. Windows color (decimal): -5403184 or 13667757. OLE color: 13667757.

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

Color convert

RGB 173 141 208 -
CMYK 0.17 0.32 0 0.18
HSL 268.66º 0.42% 0.68% -
HSV(B) 268.66º 0.32% 0.82% -
XYZ 38.14 32.49 63.93 -
YUV 158.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 173 141 208 0.17 0.32 0 0.18 268.66 0.42 0.68
Hex AD 8D D0 11 20 0 12 10D 2A 44
Octal 255 215 320 21 40 0 22 415 52 104
Binary 10101101 10001101 11010000 10001 100000 0 10010 100001101 101010 1000100

Color Harmonies of #AD8DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DD0

Black with #AD8DD0

Text Example


Text Example

White with #AD8DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DD0; }

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

 H1.HeaderClassName
 {
   color: #AD8DD0;
 }
 .AnyTagClassName
 {
   color: #AD8DD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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