Html Css Color HEX #AD9DC7 Biloba Flower

📋 copy color: '#AD9DC7'

red 173 ◦ green 157 ◦ blue 199

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

Shades of Biloba Flower #AD9DC7

Tints of Biloba Flower #AD9DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.62%

R = 32.7%
G = 29.68%
B = 37.62%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD9DC7 (or 0xAD9DC7) is known color: Biloba Flower. HEX triplet: AD, 9D and C7. RGB value is (173,157,199). Sum of RGB (Red+Green+Blue) = 173+157+199=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD9DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DC7 is #526238. Grayscale: #A6A6A6. Windows color (decimal): -5399097 or 13082029. OLE color: 13082029.

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

Color convert

RGB 173 157 199 -
CMYK 0.13 0.21 0 0.22
HSL 262.86º 0.27% 0.7% -
HSV(B) 262.86º 0.21% 0.78% -
XYZ 39.6 37.12 59.11 -
YUV 166.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 173 157 199 0.13 0.21 0 0.22 262.86 0.27 0.7
Hex AD 9D C7 D 15 0 16 107 1B 46
Octal 255 235 307 15 25 0 26 407 33 106
Binary 10101101 10011101 11000111 1101 10101 0 10110 100000111 11011 1000110

Color Harmonies of #AD9DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DC7

Black with #AD9DC7

Text Example


Text Example

White with #AD9DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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