Html Css Color HEX #AD89DB Biloba Flower

📋 copy color: '#AD89DB'

red 173 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #AD89DB

Tints of Biloba Flower #AD89DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.9%

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

R = 32.7%
G = 25.9%
B = 41.4%

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

#AD89DB (or 0xAD89DB) is known color: Biloba Flower. HEX triplet: AD, 89 and DB. RGB value is (173,137,219). Sum of RGB (Red+Green+Blue) = 173+137+219=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD89DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89DB is #527624. Grayscale: #9C9C9C. Windows color (decimal): -5404197 or 14387629. OLE color: 14387629.

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

Color convert

RGB 173 137 219 -
CMYK 0.21 0.37 0 0.14
HSL 266.34º 0.53% 0.7% -
HSV(B) 266.34º 0.37% 0.86% -
XYZ 38.97 31.89 71.12 -
YUV 157.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 173 137 219 0.21 0.37 0 0.14 266.34 0.53 0.7
Hex AD 89 DB 15 25 0 E 10A 35 46
Octal 255 211 333 25 45 0 16 412 65 106
Binary 10101101 10001001 11011011 10101 100101 0 1110 100001010 110101 1000110

Color Harmonies of #AD89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89DB

Black with #AD89DB

Text Example


Text Example

White with #AD89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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