Html Css Color HEX #AD8FDC Biloba Flower

📋 copy color: '#AD8FDC'

red 173 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #AD8FDC

Tints of Biloba Flower #AD8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.68%

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

R = 32.28%
G = 26.68%
B = 41.04%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD8FDC (or 0xAD8FDC) is known color: Biloba Flower. HEX triplet: AD, 8F and DC. RGB value is (173,143,220). Sum of RGB (Red+Green+Blue) = 173+143+220=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FDC is #527023. Grayscale: #A0A0A0. Windows color (decimal): -5402660 or 14454701. OLE color: 14454701.

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

Color convert

RGB 173 143 220 -
CMYK 0.21 0.35 0 0.14
HSL 263.38º 0.52% 0.71% -
HSV(B) 263.38º 0.35% 0.86% -
XYZ 39.97 33.7 72.11 -
YUV 160.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 173 143 220 0.21 0.35 0 0.14 263.38 0.52 0.71
Hex AD 8F DC 15 23 0 E 107 34 47
Octal 255 217 334 25 43 0 16 407 64 107
Binary 10101101 10001111 11011100 10101 100011 0 1110 100000111 110100 1000111

Color Harmonies of #AD8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FDC

Black with #AD8FDC

Text Example


Text Example

White with #AD8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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