Html Css Color HEX #AD9BDC Biloba Flower

📋 copy color: '#AD9BDC'

red 173 ◦ green 155 ◦ blue 220

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

Shades of Biloba Flower #AD9BDC

Tints of Biloba Flower #AD9BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 31.57%
G = 28.28%
B = 40.15%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD9BDC (or 0xAD9BDC) is known color: Biloba Flower. HEX triplet: AD, 9B and DC. RGB value is (173,155,220). Sum of RGB (Red+Green+Blue) = 173+155+220=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BDC is #526423. Grayscale: #A7A7A7. Windows color (decimal): -5399588 or 14457773. OLE color: 14457773.

HSL color Cylindrical-coordinate representation of color #AD9BDC: hue angle of 256.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9BDC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 155 220 -
CMYK 0.21 0.30 0 0.14
HSL 256.62º 0.48% 0.74% -
HSV(B) 256.62º 0.3% 0.86% -
XYZ 41.87 37.49 72.74 -
YUV 167.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 173 155 220 0.21 0.30 0 0.14 256.62 0.48 0.74
Hex AD 9B DC 15 1E 0 E 101 30 4A
Octal 255 233 334 25 36 0 16 401 60 112
Binary 10101101 10011011 11011100 10101 11110 0 1110 100000001 110000 1001010

Color Harmonies of #AD9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BDC

Black with #AD9BDC

Text Example


Text Example

White with #AD9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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