Html Css Color HEX #AD8BDB Biloba Flower

📋 copy color: '#AD8BDB'

red 173 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #AD8BDB

Tints of Biloba Flower #AD8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.18%

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

R = 32.58%
G = 26.18%
B = 41.24%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD8BDB (or 0xAD8BDB) is known color: Biloba Flower. HEX triplet: AD, 8B and DB. RGB value is (173,139,219). Sum of RGB (Red+Green+Blue) = 173+139+219=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BDB is #527424. Grayscale: #9E9E9E. Windows color (decimal): -5403685 or 14388141. OLE color: 14388141.

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

Color convert

RGB 173 139 219 -
CMYK 0.21 0.37 0 0.14
HSL 265.5º 0.53% 0.7% -
HSV(B) 265.5º 0.37% 0.86% -
XYZ 39.25 32.46 71.22 -
YUV 158.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 173 139 219 0.21 0.37 0 0.14 265.5 0.53 0.7
Hex AD 8B DB 15 25 0 E 10A 35 46
Octal 255 213 333 25 45 0 16 412 65 106
Binary 10101101 10001011 11011011 10101 100101 0 1110 100001010 110101 1000110

Color Harmonies of #AD8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BDB

Black with #AD8BDB

Text Example


Text Example

White with #AD8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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