Html Css Color HEX #AD89D0 Biloba Flower

📋 copy color: '#AD89D0'

red 173 ◦ green 137 ◦ blue 208

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

Shades of Biloba Flower #AD89D0

Tints of Biloba Flower #AD89D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 33.4%
G = 26.45%
B = 40.15%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD89D0 (or 0xAD89D0) is known color: Biloba Flower. HEX triplet: AD, 89 and D0. RGB value is (173,137,208). Sum of RGB (Red+Green+Blue) = 173+137+208=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD89D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89D0 is #52762F. Grayscale: #9B9B9B. Windows color (decimal): -5404208 or 13666733. OLE color: 13666733.

HSL color Cylindrical-coordinate representation of color #AD89D0: hue angle of 270.42º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD89D0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 137 208 -
CMYK 0.17 0.34 0 0.18
HSL 270.42º 0.43% 0.68% -
HSV(B) 270.42º 0.34% 0.82% -
XYZ 37.56 31.33 63.74 -
YUV 155.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 173 137 208 0.17 0.34 0 0.18 270.42 0.43 0.68
Hex AD 89 D0 11 22 0 12 10E 2B 44
Octal 255 211 320 21 42 0 22 416 53 104
Binary 10101101 10001001 11010000 10001 100010 0 10010 100001110 101011 1000100

Color Harmonies of #AD89D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89D0

Black with #AD89D0

Text Example


Text Example

White with #AD89D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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