Html Css Color HEX #AD9ADB Biloba Flower

📋 copy color: '#AD9ADB'

red 173 ◦ green 154 ◦ blue 219

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

Shades of Biloba Flower #AD9ADB

Tints of Biloba Flower #AD9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.21%

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

R = 31.68%
G = 28.21%
B = 40.11%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD9ADB (or 0xAD9ADB) is known color: Biloba Flower. HEX triplet: AD, 9A and DB. RGB value is (173,154,219). Sum of RGB (Red+Green+Blue) = 173+154+219=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ADB is #526524. Grayscale: #A6A6A6. Windows color (decimal): -5399845 or 14391981. OLE color: 14391981.

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

Color convert

RGB 173 154 219 -
CMYK 0.21 0.30 0 0.14
HSL 257.54º 0.47% 0.73% -
HSV(B) 257.54º 0.3% 0.86% -
XYZ 41.58 37.11 71.99 -
YUV 167.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 173 154 219 0.21 0.30 0 0.14 257.54 0.47 0.73
Hex AD 9A DB 15 1E 0 E 102 2F 49
Octal 255 232 333 25 36 0 16 402 57 111
Binary 10101101 10011010 11011011 10101 11110 0 1110 100000010 101111 1001001

Color Harmonies of #AD9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ADB

Black with #AD9ADB

Text Example


Text Example

White with #AD9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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