Html Css Color HEX #AD9CDD Biloba Flower

📋 copy color: '#AD9CDD'

red 173 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #AD9CDD

Tints of Biloba Flower #AD9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.36%

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

R = 31.45%
G = 28.36%
B = 40.18%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD9CDD (or 0xAD9CDD) is known color: Biloba Flower. HEX triplet: AD, 9C and DD. RGB value is (173,156,221). Sum of RGB (Red+Green+Blue) = 173+156+221=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CDD is #526322. Grayscale: #A8A8A8. Windows color (decimal): -5399331 or 14523565. OLE color: 14523565.

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

Color convert

RGB 173 156 221 -
CMYK 0.22 0.29 0 0.13
HSL 255.69º 0.49% 0.74% -
HSV(B) 255.69º 0.29% 0.87% -
XYZ 42.17 37.88 73.5 -
YUV 168.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 173 156 221 0.22 0.29 0 0.13 255.69 0.49 0.74
Hex AD 9C DD 16 1D 0 D 100 31 4A
Octal 255 234 335 26 35 0 15 400 61 112
Binary 10101101 10011100 11011101 10110 11101 0 1101 100000000 110001 1001010

Color Harmonies of #AD9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CDD

Black with #AD9CDD

Text Example


Text Example

White with #AD9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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