Html Css Color HEX #AD9EDB Biloba Flower

📋 copy color: '#AD9EDB'

red 173 ◦ green 158 ◦ blue 219

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

Shades of Biloba Flower #AD9EDB

Tints of Biloba Flower #AD9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.73%

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

R = 31.45%
G = 28.73%
B = 39.82%

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

#AD9EDB (or 0xAD9EDB) is known color: Biloba Flower. HEX triplet: AD, 9E and DB. RGB value is (173,158,219). Sum of RGB (Red+Green+Blue) = 173+158+219=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EDB is #526124. Grayscale: #A9A9A9. Windows color (decimal): -5398821 or 14393005. OLE color: 14393005.

HSL color Cylindrical-coordinate representation of color #AD9EDB: hue angle of 254.75º 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 #AD9EDB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 158 219 -
CMYK 0.21 0.28 0 0.14
HSL 254.75º 0.46% 0.74% -
HSV(B) 254.75º 0.28% 0.86% -
XYZ 42.25 38.45 72.21 -
YUV 169.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 173 158 219 0.21 0.28 0 0.14 254.75 0.46 0.74
Hex AD 9E DB 15 1C 0 E FF 2E 4A
Octal 255 236 333 25 34 0 16 377 56 112
Binary 10101101 10011110 11011011 10101 11100 0 1110 11111111 101110 1001010

Color Harmonies of #AD9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EDB

Black with #AD9EDB

Text Example


Text Example

White with #AD9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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