Html Css Color HEX #AD8CDB Biloba Flower

📋 copy color: '#AD8CDB'

red 173 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #AD8CDB

Tints of Biloba Flower #AD8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.32%

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

R = 32.52%
G = 26.32%
B = 41.17%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD8CDB (or 0xAD8CDB) is known color: Biloba Flower. HEX triplet: AD, 8C and DB. RGB value is (173,140,219). Sum of RGB (Red+Green+Blue) = 173+140+219=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDB is #527324. Grayscale: #9E9E9E. Windows color (decimal): -5403429 or 14388397. OLE color: 14388397.

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

Color convert

RGB 173 140 219 -
CMYK 0.21 0.36 0 0.14
HSL 265.06º 0.52% 0.7% -
HSV(B) 265.06º 0.36% 0.86% -
XYZ 39.4 32.75 71.26 -
YUV 158.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 173 140 219 0.21 0.36 0 0.14 265.06 0.52 0.7
Hex AD 8C DB 15 24 0 E 109 34 46
Octal 255 214 333 25 44 0 16 411 64 106
Binary 10101101 10001100 11011011 10101 100100 0 1110 100001001 110100 1000110

Color Harmonies of #AD8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CDB

Black with #AD8CDB

Text Example


Text Example

White with #AD8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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