Html Css Color HEX #AD9DD1 Biloba Flower

📋 copy color: '#AD9DD1'

red 173 ◦ green 157 ◦ blue 209

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

Shades of Biloba Flower #AD9DD1

Tints of Biloba Flower #AD9DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 32.1%
G = 29.13%
B = 38.78%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD9DD1 (or 0xAD9DD1) is known color: Biloba Flower. HEX triplet: AD, 9D and D1. RGB value is (173,157,209). Sum of RGB (Red+Green+Blue) = 173+157+209=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD9DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DD1 is #52622E. Grayscale: #A7A7A7. Windows color (decimal): -5399087 or 13737389. OLE color: 13737389.

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

Color convert

RGB 173 157 209 -
CMYK 0.17 0.25 0 0.18
HSL 258.46º 0.36% 0.72% -
HSV(B) 258.46º 0.25% 0.82% -
XYZ 40.8 37.6 65.43 -
YUV 167.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 173 157 209 0.17 0.25 0 0.18 258.46 0.36 0.72
Hex AD 9D D1 11 19 0 12 102 24 48
Octal 255 235 321 21 31 0 22 402 44 110
Binary 10101101 10011101 11010001 10001 11001 0 10010 100000010 100100 1001000

Color Harmonies of #AD9DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DD1

Black with #AD9DD1

Text Example


Text Example

White with #AD9DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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