Html Css Color HEX #AD9BCD Biloba Flower

📋 copy color: '#AD9BCD'

red 173 ◦ green 155 ◦ blue 205

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

Shades of Biloba Flower #AD9BCD

Tints of Biloba Flower #AD9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.08%

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 32.46%
G = 29.08%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD9BCD (or 0xAD9BCD) is known color: Biloba Flower. HEX triplet: AD, 9B and CD. RGB value is (173,155,205). Sum of RGB (Red+Green+Blue) = 173+155+205=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BCD is #526432. Grayscale: #A5A5A5. Windows color (decimal): -5399603 or 13474733. OLE color: 13474733.

HSL color Cylindrical-coordinate representation of color #AD9BCD: hue angle of 261.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9BCD is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 155 205 -
CMYK 0.16 0.24 0 0.20
HSL 261.6º 0.33% 0.71% -
HSV(B) 261.6º 0.24% 0.8% -
XYZ 39.97 36.73 62.74 -
YUV 166.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 173 155 205 0.16 0.24 0 0.20 261.6 0.33 0.71
Hex AD 9B CD 10 18 0 14 106 21 47
Octal 255 233 315 20 30 0 24 406 41 107
Binary 10101101 10011011 11001101 10000 11000 0 10100 100000110 100001 1000111

Color Harmonies of #AD9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BCD

Black with #AD9BCD

Text Example


Text Example

White with #AD9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BCD; }

 p { color: rgb(173,155,205); }

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

background-color css

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

 a { background-color: rgb(173,155,205); }

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

border-color css

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

 span { border-color: rgb(173,155,205); }

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