Html Css Color HEX #AD89DC Biloba Flower

📋 copy color: '#AD89DC'

red 173 ◦ green 137 ◦ blue 220

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

Shades of Biloba Flower #AD89DC

Tints of Biloba Flower #AD89DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 32.64%
G = 25.85%
B = 41.51%

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

#AD89DC (or 0xAD89DC) is known color: Biloba Flower. HEX triplet: AD, 89 and DC. RGB value is (173,137,220). Sum of RGB (Red+Green+Blue) = 173+137+220=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD89DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89DC is #527623. Grayscale: #9C9C9C. Windows color (decimal): -5404196 or 14453165. OLE color: 14453165.

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

Color convert

RGB 173 137 220 -
CMYK 0.21 0.38 0 0.14
HSL 266.02º 0.54% 0.7% -
HSV(B) 266.02º 0.38% 0.86% -
XYZ 39.1 31.94 71.82 -
YUV 157.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 173 137 220 0.21 0.38 0 0.14 266.02 0.54 0.7
Hex AD 89 DC 15 26 0 E 10A 36 46
Octal 255 211 334 25 46 0 16 412 66 106
Binary 10101101 10001001 11011100 10101 100110 0 1110 100001010 110110 1000110

Color Harmonies of #AD89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89DC

Black with #AD89DC

Text Example


Text Example

White with #AD89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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