Html Css Color HEX #AD9ADD Biloba Flower

📋 copy color: '#AD9ADD'

red 173 ◦ green 154 ◦ blue 221

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

Shades of Biloba Flower #AD9ADD

Tints of Biloba Flower #AD9ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 31.57%
G = 28.1%
B = 40.33%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD9ADD (or 0xAD9ADD) is known color: Biloba Flower. HEX triplet: AD, 9A and DD. RGB value is (173,154,221). Sum of RGB (Red+Green+Blue) = 173+154+221=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ADD is #526522. Grayscale: #A7A7A7. Windows color (decimal): -5399843 or 14523053. OLE color: 14523053.

HSL color Cylindrical-coordinate representation of color #AD9ADD: hue angle of 257.01º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9ADD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 154 221 -
CMYK 0.22 0.30 0 0.13
HSL 257.01º 0.5% 0.74% -
HSV(B) 257.01º 0.3% 0.87% -
XYZ 41.84 37.22 73.38 -
YUV 167.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 173 154 221 0.22 0.30 0 0.13 257.01 0.5 0.74
Hex AD 9A DD 16 1E 0 D 101 32 4A
Octal 255 232 335 26 36 0 15 401 62 112
Binary 10101101 10011010 11011101 10110 11110 0 1101 100000001 110010 1001010

Color Harmonies of #AD9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ADD

Black with #AD9ADD

Text Example


Text Example

White with #AD9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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