Html Css Color HEX #AD9BDB Biloba Flower

📋 copy color: '#AD9BDB'

red 173 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #AD9BDB

Tints of Biloba Flower #AD9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.34%

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

R = 31.63%
G = 28.34%
B = 40.04%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD9BDB (or 0xAD9BDB) is known color: Biloba Flower. HEX triplet: AD, 9B and DB. RGB value is (173,155,219). Sum of RGB (Red+Green+Blue) = 173+155+219=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BDB is #526424. Grayscale: #A7A7A7. Windows color (decimal): -5399589 or 14392237. OLE color: 14392237.

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

Color convert

RGB 173 155 219 -
CMYK 0.21 0.29 0 0.14
HSL 256.88º 0.47% 0.73% -
HSV(B) 256.88º 0.29% 0.86% -
XYZ 41.74 37.44 72.04 -
YUV 167.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 173 155 219 0.21 0.29 0 0.14 256.88 0.47 0.73
Hex AD 9B DB 15 1D 0 E 101 2F 49
Octal 255 233 333 25 35 0 16 401 57 111
Binary 10101101 10011011 11011011 10101 11101 0 1110 100000001 101111 1001001

Color Harmonies of #AD9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BDB

Black with #AD9BDB

Text Example


Text Example

White with #AD9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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