Html Css Color HEX #AD87DB Biloba Flower

📋 copy color: '#AD87DB'

red 173 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #AD87DB

Tints of Biloba Flower #AD87DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.62%

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

R = 32.83%
G = 25.62%
B = 41.56%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD87DB (or 0xAD87DB) is known color: Biloba Flower. HEX triplet: AD, 87 and DB. RGB value is (173,135,219). Sum of RGB (Red+Green+Blue) = 173+135+219=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD87DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87DB is #527824. Grayscale: #9B9B9B. Windows color (decimal): -5404709 or 14387117. OLE color: 14387117.

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

Color convert

RGB 173 135 219 -
CMYK 0.21 0.38 0 0.14
HSL 267.14º 0.54% 0.69% -
HSV(B) 267.14º 0.38% 0.86% -
XYZ 38.68 31.33 71.03 -
YUV 155.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 173 135 219 0.21 0.38 0 0.14 267.14 0.54 0.69
Hex AD 87 DB 15 26 0 E 10B 36 45
Octal 255 207 333 25 46 0 16 413 66 105
Binary 10101101 10000111 11011011 10101 100110 0 1110 100001011 110110 1000101

Color Harmonies of #AD87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD87DB

Black with #AD87DB

Text Example


Text Example

White with #AD87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD87DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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