Html Css Color HEX #AD8DDC Biloba Flower

📋 copy color: '#AD8DDC'

red 173 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #AD8DDC

Tints of Biloba Flower #AD8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.4%

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

R = 32.4%
G = 26.4%
B = 41.2%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD8DDC (or 0xAD8DDC) is known color: Biloba Flower. HEX triplet: AD, 8D and DC. RGB value is (173,141,220). Sum of RGB (Red+Green+Blue) = 173+141+220=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DDC is #527223. Grayscale: #9F9F9F. Windows color (decimal): -5403172 or 14454189. OLE color: 14454189.

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

Color convert

RGB 173 141 220 -
CMYK 0.21 0.36 0 0.14
HSL 264.3º 0.53% 0.71% -
HSV(B) 264.3º 0.36% 0.86% -
XYZ 39.68 33.1 72.01 -
YUV 159.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 173 141 220 0.21 0.36 0 0.14 264.3 0.53 0.71
Hex AD 8D DC 15 24 0 E 108 35 47
Octal 255 215 334 25 44 0 16 410 65 107
Binary 10101101 10001101 11011100 10101 100100 0 1110 100001000 110101 1000111

Color Harmonies of #AD8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DDC

Black with #AD8DDC

Text Example


Text Example

White with #AD8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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