Html Css Color HEX #AD91DB Biloba Flower

📋 copy color: '#AD91DB'

red 173 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #AD91DB

Tints of Biloba Flower #AD91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27%

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

R = 32.22%
G = 27%
B = 40.78%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD91DB (or 0xAD91DB) is known color: Biloba Flower. HEX triplet: AD, 91 and DB. RGB value is (173,145,219). Sum of RGB (Red+Green+Blue) = 173+145+219=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91DB is #526E24. Grayscale: #A1A1A1. Windows color (decimal): -5402149 or 14389677. OLE color: 14389677.

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

Color convert

RGB 173 145 219 -
CMYK 0.21 0.34 0 0.14
HSL 262.7º 0.51% 0.71% -
HSV(B) 262.7º 0.34% 0.86% -
XYZ 40.15 34.25 71.51 -
YUV 161.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 173 145 219 0.21 0.34 0 0.14 262.7 0.51 0.71
Hex AD 91 DB 15 22 0 E 107 33 47
Octal 255 221 333 25 42 0 16 407 63 107
Binary 10101101 10010001 11011011 10101 100010 0 1110 100000111 110011 1000111

Color Harmonies of #AD91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91DB

Black with #AD91DB

Text Example


Text Example

White with #AD91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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