Html Css Color HEX #AD86D8 Biloba Flower

📋 copy color: '#AD86D8'

red 173 ◦ green 134 ◦ blue 216

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

Shades of Biloba Flower #AD86D8

Tints of Biloba Flower #AD86D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.3%

R = 33.08%
G = 25.62%
B = 41.3%

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

#AD86D8 (or 0xAD86D8) is known color: Biloba Flower. HEX triplet: AD, 86 and D8. RGB value is (173,134,216). Sum of RGB (Red+Green+Blue) = 173+134+216=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD86D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86D8 is #527927. Grayscale: #9A9A9A. Windows color (decimal): -5404968 or 14190253. OLE color: 14190253.

HSL color Cylindrical-coordinate representation of color #AD86D8: hue angle of 268.54º degrees, saturation: 0.51, 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 #AD86D8 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 134 216 -
CMYK 0.20 0.38 0 0.15
HSL 268.54º 0.51% 0.69% -
HSV(B) 268.54º 0.38% 0.85% -
XYZ 38.15 30.89 68.92 -
YUV 155.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 173 134 216 0.20 0.38 0 0.15 268.54 0.51 0.69
Hex AD 86 D8 14 26 0 F 10D 33 45
Octal 255 206 330 24 46 0 17 415 63 105
Binary 10101101 10000110 11011000 10100 100110 0 1111 100001101 110011 1000101

Color Harmonies of #AD86D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86D8

Black with #AD86D8

Text Example


Text Example

White with #AD86D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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