Html Css Color HEX #AD8DD1 Biloba Flower

📋 copy color: '#AD8DD1'

red 173 ◦ green 141 ◦ blue 209

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

Shades of Biloba Flower #AD8DD1

Tints of Biloba Flower #AD8DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 33.08%
G = 26.96%
B = 39.96%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD8DD1 (or 0xAD8DD1) is known color: Biloba Flower. HEX triplet: AD, 8D and D1. RGB value is (173,141,209). Sum of RGB (Red+Green+Blue) = 173+141+209=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD8DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DD1 is #52722E. Grayscale: #9E9E9E. Windows color (decimal): -5403183 or 13733293. OLE color: 13733293.

HSL color Cylindrical-coordinate representation of color #AD8DD1: hue angle of 268.24º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8DD1 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 141 209 -
CMYK 0.17 0.33 0 0.18
HSL 268.24º 0.43% 0.69% -
HSV(B) 268.24º 0.33% 0.82% -
XYZ 38.27 32.54 64.59 -
YUV 158.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 173 141 209 0.17 0.33 0 0.18 268.24 0.43 0.69
Hex AD 8D D1 11 21 0 12 10C 2A 45
Octal 255 215 321 21 41 0 22 414 52 105
Binary 10101101 10001101 11010001 10001 100001 0 10010 100001100 101010 1000101

Color Harmonies of #AD8DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DD1

Black with #AD8DD1

Text Example


Text Example

White with #AD8DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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