Html Css Color HEX #AD8DCE Biloba Flower

📋 copy color: '#AD8DCE'

red 173 ◦ green 141 ◦ blue 206

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

Shades of Biloba Flower #AD8DCE

Tints of Biloba Flower #AD8DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 33.27%
G = 27.12%
B = 39.62%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD8DCE (or 0xAD8DCE) is known color: Biloba Flower. HEX triplet: AD, 8D and CE. RGB value is (173,141,206). Sum of RGB (Red+Green+Blue) = 173+141+206=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD8DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCE is #527231. Grayscale: #9D9D9D. Windows color (decimal): -5403186 or 13536685. OLE color: 13536685.

HSL color Cylindrical-coordinate representation of color #AD8DCE: hue angle of 269.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8DCE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 141 206 -
CMYK 0.16 0.32 0 0.19
HSL 269.54º 0.4% 0.68% -
HSV(B) 269.54º 0.32% 0.81% -
XYZ 37.9 32.39 62.65 -
YUV 157.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 173 141 206 0.16 0.32 0 0.19 269.54 0.4 0.68
Hex AD 8D CE 10 20 0 13 10E 28 44
Octal 255 215 316 20 40 0 23 416 50 104
Binary 10101101 10001101 11001110 10000 100000 0 10011 100001110 101000 1000100

Color Harmonies of #AD8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DCE

Black with #AD8DCE

Text Example


Text Example

White with #AD8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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