Html Css Color HEX #AD86D9 Biloba Flower

📋 copy color: '#AD86D9'

red 173 ◦ green 134 ◦ blue 217

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

Shades of Biloba Flower #AD86D9

Tints of Biloba Flower #AD86D9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.57%

 BLUE value IS 217 (85.16% from 255) = 41.41%

R = 33.02%
G = 25.57%
B = 41.41%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD86D9 (or 0xAD86D9) is known color: Biloba Flower. HEX triplet: AD, 86 and D9. RGB value is (173,134,217). Sum of RGB (Red+Green+Blue) = 173+134+217=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD86D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86D9 is #527926. Grayscale: #9A9A9A. Windows color (decimal): -5404967 or 14255789. OLE color: 14255789.

HSL color Cylindrical-coordinate representation of color #AD86D9: hue angle of 268.19º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD86D9 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 134 217 -
CMYK 0.20 0.38 0 0.15
HSL 268.19º 0.52% 0.69% -
HSV(B) 268.19º 0.38% 0.85% -
XYZ 38.28 30.94 69.6 -
YUV 155.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 173 134 217 0.20 0.38 0 0.15 268.19 0.52 0.69
Hex AD 86 D9 14 26 0 F 10C 34 45
Octal 255 206 331 24 46 0 17 414 64 105
Binary 10101101 10000110 11011001 10100 100110 0 1111 100001100 110100 1000101

Color Harmonies of #AD86D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86D9

Black with #AD86D9

Text Example


Text Example

White with #AD86D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86D9; }

 p { color: rgb(173,134,217); }

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

background-color css

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

 a { background-color: rgb(173,134,217); }

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

border-color css

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

 span { border-color: rgb(173,134,217); }

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