Html Css Color HEX #AD93DB Biloba Flower

📋 copy color: '#AD93DB'

red 173 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #AD93DB

Tints of Biloba Flower #AD93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.27%

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

R = 32.1%
G = 27.27%
B = 40.63%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD93DB (or 0xAD93DB) is known color: Biloba Flower. HEX triplet: AD, 93 and DB. RGB value is (173,147,219). Sum of RGB (Red+Green+Blue) = 173+147+219=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93DB is #526C24. Grayscale: #A2A2A2. Windows color (decimal): -5401637 or 14390189. OLE color: 14390189.

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

Color convert

RGB 173 147 219 -
CMYK 0.21 0.33 0 0.14
HSL 261.67º 0.5% 0.72% -
HSV(B) 261.67º 0.33% 0.86% -
XYZ 40.45 34.87 71.62 -
YUV 162.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 173 147 219 0.21 0.33 0 0.14 261.67 0.5 0.72
Hex AD 93 DB 15 21 0 E 106 32 48
Octal 255 223 333 25 41 0 16 406 62 110
Binary 10101101 10010011 11011011 10101 100001 0 1110 100000110 110010 1001000

Color Harmonies of #AD93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93DB

Black with #AD93DB

Text Example


Text Example

White with #AD93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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