Html Css Color HEX #AD8DD5 Biloba Flower

📋 copy color: '#AD8DD5'

red 173 ◦ green 141 ◦ blue 213

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

Shades of Biloba Flower #AD8DD5

Tints of Biloba Flower #AD8DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 32.83%
G = 26.76%
B = 40.42%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD8DD5 (or 0xAD8DD5) is known color: Biloba Flower. HEX triplet: AD, 8D and D5. RGB value is (173,141,213). Sum of RGB (Red+Green+Blue) = 173+141+213=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD8DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DD5 is #52722A. Grayscale: #9E9E9E. Windows color (decimal): -5403179 or 13995437. OLE color: 13995437.

HSL color Cylindrical-coordinate representation of color #AD8DD5: hue angle of 266.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD8DD5 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 141 213 -
CMYK 0.19 0.34 0 0.16
HSL 266.67º 0.46% 0.69% -
HSV(B) 266.67º 0.34% 0.84% -
XYZ 38.77 32.74 67.23 -
YUV 158.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 173 141 213 0.19 0.34 0 0.16 266.67 0.46 0.69
Hex AD 8D D5 13 22 0 10 10B 2E 45
Octal 255 215 325 23 42 0 20 413 56 105
Binary 10101101 10001101 11010101 10011 100010 0 10000 100001011 101110 1000101

Color Harmonies of #AD8DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DD5

Black with #AD8DD5

Text Example


Text Example

White with #AD8DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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