Html Css Color HEX #AD86DF Biloba Flower

📋 copy color: '#AD86DF'

red 173 ◦ green 134 ◦ blue 223

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

Shades of Biloba Flower #AD86DF

Tints of Biloba Flower #AD86DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 32.64%
G = 25.28%
B = 42.08%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD86DF (or 0xAD86DF) is known color: Biloba Flower. HEX triplet: AD, 86 and DF. RGB value is (173,134,223). Sum of RGB (Red+Green+Blue) = 173+134+223=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD86DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86DF is #527920. Grayscale: #9B9B9B. Windows color (decimal): -5404961 or 14649005. OLE color: 14649005.

HSL color Cylindrical-coordinate representation of color #AD86DF: hue angle of 266.29º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD86DF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 134 223 -
CMYK 0.22 0.40 0 0.13
HSL 266.29º 0.58% 0.7% -
HSV(B) 266.29º 0.4% 0.87% -
XYZ 39.08 31.26 73.79 -
YUV 155.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 173 134 223 0.22 0.40 0 0.13 266.29 0.58 0.7
Hex AD 86 DF 16 28 0 D 10A 3A 46
Octal 255 206 337 26 50 0 15 412 72 106
Binary 10101101 10000110 11011111 10110 101000 0 1101 100001010 111010 1000110

Color Harmonies of #AD86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86DF

Black with #AD86DF

Text Example


Text Example

White with #AD86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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