Html Css Color HEX #AD8DD8 Biloba Flower

📋 copy color: '#AD8DD8'

red 173 ◦ green 141 ◦ blue 216

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

Shades of Biloba Flower #AD8DD8

Tints of Biloba Flower #AD8DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.75%

R = 32.64%
G = 26.6%
B = 40.75%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD8DD8 (or 0xAD8DD8) is known color: Biloba Flower. HEX triplet: AD, 8D and D8. RGB value is (173,141,216). Sum of RGB (Red+Green+Blue) = 173+141+216=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD8DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DD8 is #527227. Grayscale: #9E9E9E. Windows color (decimal): -5403176 or 14192045. OLE color: 14192045.

HSL color Cylindrical-coordinate representation of color #AD8DD8: hue angle of 265.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8DD8 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 141 216 -
CMYK 0.20 0.35 0 0.15
HSL 265.6º 0.49% 0.7% -
HSV(B) 265.6º 0.35% 0.85% -
XYZ 39.15 32.89 69.25 -
YUV 159.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 173 141 216 0.20 0.35 0 0.15 265.6 0.49 0.7
Hex AD 8D D8 14 23 0 F 10A 31 46
Octal 255 215 330 24 43 0 17 412 61 106
Binary 10101101 10001101 11011000 10100 100011 0 1111 100001010 110001 1000110

Color Harmonies of #AD8DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DD8

Black with #AD8DD8

Text Example


Text Example

White with #AD8DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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