Html Css Color HEX #AD86DB Biloba Flower

📋 copy color: '#AD86DB'

red 173 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #AD86DB

Tints of Biloba Flower #AD86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.48%

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

R = 32.89%
G = 25.48%
B = 41.63%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD86DB (or 0xAD86DB) is known color: Biloba Flower. HEX triplet: AD, 86 and DB. RGB value is (173,134,219). Sum of RGB (Red+Green+Blue) = 173+134+219=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86DB is #527924. Grayscale: #9B9B9B. Windows color (decimal): -5404965 or 14386861. OLE color: 14386861.

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

Color convert

RGB 173 134 219 -
CMYK 0.21 0.39 0 0.14
HSL 267.53º 0.54% 0.69% -
HSV(B) 267.53º 0.39% 0.86% -
XYZ 38.54 31.05 70.98 -
YUV 155.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 173 134 219 0.21 0.39 0 0.14 267.53 0.54 0.69
Hex AD 86 DB 15 27 0 E 10C 36 45
Octal 255 206 333 25 47 0 16 414 66 105
Binary 10101101 10000110 11011011 10101 100111 0 1110 100001100 110110 1000101

Color Harmonies of #AD86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86DB

Black with #AD86DB

Text Example


Text Example

White with #AD86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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