Html Css Color HEX #AD9ADC Biloba Flower

📋 copy color: '#AD9ADC'

red 173 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #AD9ADC

Tints of Biloba Flower #AD9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.15%

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

R = 31.63%
G = 28.15%
B = 40.22%

CMYK

 C value IS 0.21

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD9ADC (or 0xAD9ADC) is known color: Biloba Flower. HEX triplet: AD, 9A and DC. RGB value is (173,154,220). Sum of RGB (Red+Green+Blue) = 173+154+220=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ADC is #526523. Grayscale: #A6A6A6. Windows color (decimal): -5399844 or 14457517. OLE color: 14457517.

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

Color convert

RGB 173 154 220 -
CMYK 0.21 0.3 0 0.14
HSL 257.27º 0.49% 0.73% -
HSV(B) 257.27º 0.3% 0.86% -
XYZ 41.71 37.16 72.69 -
YUV 167.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 173 154 220 0.21 0.3 0 0.14 257.27 0.49 0.73
Hex AD 9A DC 15 1E 0 E 101 31 49
Octal 255 232 334 25 36 0 16 401 61 111
Binary 10101101 10011010 11011100 10101 11110 0 1110 100000001 110001 1001001

Color Harmonies of #AD9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ADC

Black with #AD9ADC

Text Example


Text Example

White with #AD9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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