Html Css Color HEX #AD9CDF Biloba Flower

📋 copy color: '#AD9CDF'

red 173 ◦ green 156 ◦ blue 223

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

Shades of Biloba Flower #AD9CDF

Tints of Biloba Flower #AD9CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 31.34%
G = 28.26%
B = 40.4%

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

#AD9CDF (or 0xAD9CDF) is known color: Biloba Flower. HEX triplet: AD, 9C and DF. RGB value is (173,156,223). Sum of RGB (Red+Green+Blue) = 173+156+223=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CDF is #526320. Grayscale: #A8A8A8. Windows color (decimal): -5399329 or 14654637. OLE color: 14654637.

HSL color Cylindrical-coordinate representation of color #AD9CDF: hue angle of 255.22º degrees, saturation: 0.51, 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 #AD9CDF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 156 223 -
CMYK 0.22 0.30 0 0.13
HSL 255.22º 0.51% 0.74% -
HSV(B) 255.22º 0.3% 0.87% -
XYZ 42.44 37.99 74.91 -
YUV 168.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 173 156 223 0.22 0.30 0 0.13 255.22 0.51 0.74
Hex AD 9C DF 16 1E 0 D FF 33 4A
Octal 255 234 337 26 36 0 15 377 63 112
Binary 10101101 10011100 11011111 10110 11110 0 1101 11111111 110011 1001010

Color Harmonies of #AD9CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CDF

Black with #AD9CDF

Text Example


Text Example

White with #AD9CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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