Html Css Color HEX #AD8FD1 Biloba Flower

📋 copy color: '#AD8FD1'

red 173 ◦ green 143 ◦ blue 209

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

Shades of Biloba Flower #AD8FD1

Tints of Biloba Flower #AD8FD1

RGB

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

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

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

R = 32.95%
G = 27.24%
B = 39.81%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD8FD1 (or 0xAD8FD1) is known color: Biloba Flower. HEX triplet: AD, 8F and D1. RGB value is (173,143,209). Sum of RGB (Red+Green+Blue) = 173+143+209=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD8FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FD1 is #52702E. Grayscale: #9F9F9F. Windows color (decimal): -5402671 or 13733805. OLE color: 13733805.

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

Color convert

RGB 173 143 209 -
CMYK 0.17 0.32 0 0.18
HSL 267.27º 0.42% 0.69% -
HSV(B) 267.27º 0.32% 0.82% -
XYZ 38.56 33.13 64.68 -
YUV 159.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 173 143 209 0.17 0.32 0 0.18 267.27 0.42 0.69
Hex AD 8F D1 11 20 0 12 10B 2A 45
Octal 255 217 321 21 40 0 22 413 52 105
Binary 10101101 10001111 11010001 10001 100000 0 10010 100001011 101010 1000101

Color Harmonies of #AD8FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FD1

Black with #AD8FD1

Text Example


Text Example

White with #AD8FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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