Html Css Color HEX #AD9DDB Biloba Flower

📋 copy color: '#AD9DDB'

red 173 ◦ green 157 ◦ blue 219

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

Shades of Biloba Flower #AD9DDB

Tints of Biloba Flower #AD9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.6%

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

R = 31.51%
G = 28.6%
B = 39.89%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD9DDB (or 0xAD9DDB) is known color: Biloba Flower. HEX triplet: AD, 9D and DB. RGB value is (173,157,219). Sum of RGB (Red+Green+Blue) = 173+157+219=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DDB is #526224. Grayscale: #A8A8A8. Windows color (decimal): -5399077 or 14392749. OLE color: 14392749.

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

Color convert

RGB 173 157 219 -
CMYK 0.21 0.28 0 0.14
HSL 255.48º 0.46% 0.74% -
HSV(B) 255.48º 0.28% 0.86% -
XYZ 42.08 38.11 72.16 -
YUV 168.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 173 157 219 0.21 0.28 0 0.14 255.48 0.46 0.74
Hex AD 9D DB 15 1C 0 E FF 2E 4A
Octal 255 235 333 25 34 0 16 377 56 112
Binary 10101101 10011101 11011011 10101 11100 0 1110 11111111 101110 1001010

Color Harmonies of #AD9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DDB

Black with #AD9DDB

Text Example


Text Example

White with #AD9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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