Html Css Color HEX #AD8DEC Biloba Flower

📋 copy color: '#AD8DEC'

red 173 ◦ green 141 ◦ blue 236

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

Shades of Biloba Flower #AD8DEC

Tints of Biloba Flower #AD8DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 31.45%
G = 25.64%
B = 42.91%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD8DEC (or 0xAD8DEC) is known color: Biloba Flower. HEX triplet: AD, 8D and EC. RGB value is (173,141,236). Sum of RGB (Red+Green+Blue) = 173+141+236=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DEC is #527213. Grayscale: #A1A1A1. Windows color (decimal): -5403156 or 15502765. OLE color: 15502765.

HSL color Cylindrical-coordinate representation of color #AD8DEC: hue angle of 260.21º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8DEC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 141 236 -
CMYK 0.27 0.40 0 0.07
HSL 260.21º 0.71% 0.74% -
HSV(B) 260.21º 0.4% 0.93% -
XYZ 41.9 33.99 83.71 -
YUV 161.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 173 141 236 0.27 0.40 0 0.07 260.21 0.71 0.74
Hex AD 8D EC 1B 28 0 7 104 47 4A
Octal 255 215 354 33 50 0 7 404 107 112
Binary 10101101 10001101 11101100 11011 101000 0 111 100000100 1000111 1001010

Color Harmonies of #AD8DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DEC

Black with #AD8DEC

Text Example


Text Example

White with #AD8DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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