Html Css Color HEX #AD8DDB Biloba Flower

📋 copy color: '#AD8DDB'

red 173 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #AD8DDB

Tints of Biloba Flower #AD8DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 32.46%
G = 26.45%
B = 41.09%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD8DDB (or 0xAD8DDB) is known color: Biloba Flower. HEX triplet: AD, 8D and DB. RGB value is (173,141,219). Sum of RGB (Red+Green+Blue) = 173+141+219=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DDB is #527224. Grayscale: #9F9F9F. Windows color (decimal): -5403173 or 14388653. OLE color: 14388653.

HSL color Cylindrical-coordinate representation of color #AD8DDB: hue angle of 264.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8DDB is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 141 219 -
CMYK 0.21 0.36 0 0.14
HSL 264.62º 0.52% 0.71% -
HSV(B) 264.62º 0.36% 0.86% -
XYZ 39.54 33.05 71.31 -
YUV 159.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 173 141 219 0.21 0.36 0 0.14 264.62 0.52 0.71
Hex AD 8D DB 15 24 0 E 109 34 47
Octal 255 215 333 25 44 0 16 411 64 107
Binary 10101101 10001101 11011011 10101 100100 0 1110 100001001 110100 1000111

Color Harmonies of #AD8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DDB

Black with #AD8DDB

Text Example


Text Example

White with #AD8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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