Html Css Color HEX #AD8ED1 Biloba Flower

📋 copy color: '#AD8ED1'

red 173 ◦ green 142 ◦ blue 209

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

Shades of Biloba Flower #AD8ED1

Tints of Biloba Flower #AD8ED1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.1%

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

R = 33.02%
G = 27.1%
B = 39.89%

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

#AD8ED1 (or 0xAD8ED1) is known color: Biloba Flower. HEX triplet: AD, 8E and D1. RGB value is (173,142,209). Sum of RGB (Red+Green+Blue) = 173+142+209=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD8ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ED1 is #52712E. Grayscale: #9E9E9E. Windows color (decimal): -5402927 or 13733549. OLE color: 13733549.

HSL color Cylindrical-coordinate representation of color #AD8ED1: hue angle of 267.76º 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 #AD8ED1 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 142 209 -
CMYK 0.17 0.32 0 0.18
HSL 267.76º 0.42% 0.69% -
HSV(B) 267.76º 0.32% 0.82% -
XYZ 38.42 32.83 64.63 -
YUV 158.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 173 142 209 0.17 0.32 0 0.18 267.76 0.42 0.69
Hex AD 8E D1 11 20 0 12 10C 2A 45
Octal 255 216 321 21 40 0 22 414 52 105
Binary 10101101 10001110 11010001 10001 100000 0 10010 100001100 101010 1000101

Color Harmonies of #AD8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ED1

Black with #AD8ED1

Text Example


Text Example

White with #AD8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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