Html Css Color HEX #AD89DD Biloba Flower

📋 copy color: '#AD89DD'

red 173 ◦ green 137 ◦ blue 221

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

Shades of Biloba Flower #AD89DD

Tints of Biloba Flower #AD89DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 32.58%
G = 25.8%
B = 41.62%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD89DD (or 0xAD89DD) is known color: Biloba Flower. HEX triplet: AD, 89 and DD. RGB value is (173,137,221). Sum of RGB (Red+Green+Blue) = 173+137+221=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD89DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89DD is #527622. Grayscale: #9D9D9D. Windows color (decimal): -5404195 or 14518701. OLE color: 14518701.

HSL color Cylindrical-coordinate representation of color #AD89DD: hue angle of 265.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD89DD is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 137 221 -
CMYK 0.22 0.38 0 0.13
HSL 265.71º 0.55% 0.7% -
HSV(B) 265.71º 0.38% 0.87% -
XYZ 39.23 32 72.51 -
YUV 157.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 173 137 221 0.22 0.38 0 0.13 265.71 0.55 0.7
Hex AD 89 DD 16 26 0 D 10A 37 46
Octal 255 211 335 26 46 0 15 412 67 106
Binary 10101101 10001001 11011101 10110 100110 0 1101 100001010 110111 1000110

Color Harmonies of #AD89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89DD

Black with #AD89DD

Text Example


Text Example

White with #AD89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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