Html Css Color HEX #AD86D6 Biloba Flower

📋 copy color: '#AD86D6'

red 173 ◦ green 134 ◦ blue 214

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

Shades of Biloba Flower #AD86D6

Tints of Biloba Flower #AD86D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 33.21%
G = 25.72%
B = 41.07%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD86D6 (or 0xAD86D6) is known color: Biloba Flower. HEX triplet: AD, 86 and D6. RGB value is (173,134,214). Sum of RGB (Red+Green+Blue) = 173+134+214=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD86D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86D6 is #527929. Grayscale: #9A9A9A. Windows color (decimal): -5404970 or 14059181. OLE color: 14059181.

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

Color convert

RGB 173 134 214 -
CMYK 0.19 0.37 0 0.16
HSL 269.25º 0.49% 0.68% -
HSV(B) 269.25º 0.37% 0.84% -
XYZ 37.9 30.79 67.56 -
YUV 154.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 173 134 214 0.19 0.37 0 0.16 269.25 0.49 0.68
Hex AD 86 D6 13 25 0 10 10D 31 44
Octal 255 206 326 23 45 0 20 415 61 104
Binary 10101101 10000110 11010110 10011 100101 0 10000 100001101 110001 1000100

Color Harmonies of #AD86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86D6

Black with #AD86D6

Text Example


Text Example

White with #AD86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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