Html Css Color HEX #AD9DD9 Biloba Flower

📋 copy color: '#AD9DD9'

red 173 ◦ green 157 ◦ blue 217

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

Shades of Biloba Flower #AD9DD9

Tints of Biloba Flower #AD9DD9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 217 (85.16% from 255) = 39.67%

R = 31.63%
G = 28.7%
B = 39.67%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD9DD9 (or 0xAD9DD9) is known color: Biloba Flower. HEX triplet: AD, 9D and D9. RGB value is (173,157,217). Sum of RGB (Red+Green+Blue) = 173+157+217=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD9DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DD9 is #526226. Grayscale: #A8A8A8. Windows color (decimal): -5399079 or 14261677. OLE color: 14261677.

HSL color Cylindrical-coordinate representation of color #AD9DD9: hue angle of 256º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9DD9 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 157 217 -
CMYK 0.20 0.28 0 0.15
HSL 256º 0.44% 0.73% -
HSV(B) 256º 0.28% 0.85% -
XYZ 41.81 38.01 70.78 -
YUV 168.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 173 157 217 0.20 0.28 0 0.15 256 0.44 0.73
Hex AD 9D D9 14 1C 0 F 100 2C 49
Octal 255 235 331 24 34 0 17 400 54 111
Binary 10101101 10011101 11011001 10100 11100 0 1111 100000000 101100 1001001

Color Harmonies of #AD9DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DD9

Black with #AD9DD9

Text Example


Text Example

White with #AD9DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DD9; }

 p { color: rgb(173,157,217); }

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

background-color css

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

 a { background-color: rgb(173,157,217); }

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

border-color css

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

 span { border-color: rgb(173,157,217); }

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