Html Css Color HEX #AD9FDC Biloba Flower

📋 copy color: '#AD9FDC'

red 173 ◦ green 159 ◦ blue 220

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

Shades of Biloba Flower #AD9FDC

Tints of Biloba Flower #AD9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.8%

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

R = 31.34%
G = 28.8%
B = 39.86%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD9FDC (or 0xAD9FDC) is known color: Biloba Flower. HEX triplet: AD, 9F and DC. RGB value is (173,159,220). Sum of RGB (Red+Green+Blue) = 173+159+220=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FDC is #526023. Grayscale: #A9A9A9. Windows color (decimal): -5398564 or 14458797. OLE color: 14458797.

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

Color convert

RGB 173 159 220 -
CMYK 0.21 0.28 0 0.14
HSL 253.77º 0.47% 0.74% -
HSV(B) 253.77º 0.28% 0.86% -
XYZ 42.55 38.85 72.97 -
YUV 170.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 173 159 220 0.21 0.28 0 0.14 253.77 0.47 0.74
Hex AD 9F DC 15 1C 0 E FE 2F 4A
Octal 255 237 334 25 34 0 16 376 57 112
Binary 10101101 10011111 11011100 10101 11100 0 1110 11111110 101111 1001010

Color Harmonies of #AD9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FDC

Black with #AD9FDC

Text Example


Text Example

White with #AD9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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