Html Css Color HEX #AD9CDA Biloba Flower

📋 copy color: '#AD9CDA'

red 173 ◦ green 156 ◦ blue 218

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

Shades of Biloba Flower #AD9CDA

Tints of Biloba Flower #AD9CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 31.63%
G = 28.52%
B = 39.85%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD9CDA (or 0xAD9CDA) is known color: Biloba Flower. HEX triplet: AD, 9C and DA. RGB value is (173,156,218). Sum of RGB (Red+Green+Blue) = 173+156+218=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CDA is #526325. Grayscale: #A7A7A7. Windows color (decimal): -5399334 or 14326957. OLE color: 14326957.

HSL color Cylindrical-coordinate representation of color #AD9CDA: hue angle of 256.45º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9CDA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 156 218 -
CMYK 0.21 0.28 0 0.15
HSL 256.45º 0.46% 0.73% -
HSV(B) 256.45º 0.28% 0.85% -
XYZ 41.78 37.72 71.41 -
YUV 168.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 173 156 218 0.21 0.28 0 0.15 256.45 0.46 0.73
Hex AD 9C DA 15 1C 0 F 100 2E 49
Octal 255 234 332 25 34 0 17 400 56 111
Binary 10101101 10011100 11011010 10101 11100 0 1111 100000000 101110 1001001

Color Harmonies of #AD9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CDA

Black with #AD9CDA

Text Example


Text Example

White with #AD9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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