Html Css Color HEX #AD9DC4 Biloba Flower

📋 copy color: '#AD9DC4'

red 173 ◦ green 157 ◦ blue 196

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

Shades of Biloba Flower #AD9DC4

Tints of Biloba Flower #AD9DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.26%

R = 32.89%
G = 29.85%
B = 37.26%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD9DC4 (or 0xAD9DC4) is known color: Biloba Flower. HEX triplet: AD, 9D and C4. RGB value is (173,157,196). Sum of RGB (Red+Green+Blue) = 173+157+196=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD9DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DC4 is #52623B. Grayscale: #A6A6A6. Windows color (decimal): -5399100 or 12885421. OLE color: 12885421.

HSL color Cylindrical-coordinate representation of color #AD9DC4: hue angle of 264.62º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD9DC4 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 157 196 -
CMYK 0.12 0.20 0 0.23
HSL 264.62º 0.25% 0.69% -
HSV(B) 264.62º 0.2% 0.77% -
XYZ 39.25 36.98 57.29 -
YUV 166.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 173 157 196 0.12 0.20 0 0.23 264.62 0.25 0.69
Hex AD 9D C4 C 14 0 17 109 19 45
Octal 255 235 304 14 24 0 27 411 31 105
Binary 10101101 10011101 11000100 1100 10100 0 10111 100001001 11001 1000101

Color Harmonies of #AD9DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DC4

Black with #AD9DC4

Text Example


Text Example

White with #AD9DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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