Html Css Color HEX #AD86FB Biloba Flower

📋 copy color: '#AD86FB'

red 173 ◦ green 134 ◦ blue 251

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

Shades of Biloba Flower #AD86FB

Tints of Biloba Flower #AD86FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 31%
G = 24.01%
B = 44.98%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD86FB (or 0xAD86FB) is known color: Biloba Flower. HEX triplet: AD, 86 and FB. RGB value is (173,134,251). Sum of RGB (Red+Green+Blue) = 173+134+251=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD86FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD86FB is #527904. Grayscale: #9E9E9E. Windows color (decimal): -5404933 or 16484013. OLE color: 16484013.

HSL color Cylindrical-coordinate representation of color #AD86FB: hue angle of 260º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD86FB is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 134 251 -
CMYK 0.31 0.47 0 0.02
HSL 260º 0.94% 0.75% -
HSV(B) 260º 0.47% 0.98% -
XYZ 43.17 32.9 95.34 -
YUV 159 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 173 134 251 0.31 0.47 0 0.02 260 0.94 0.75
Hex AD 86 FB 1F 2F 0 2 104 5E 4B
Octal 255 206 373 37 57 0 2 404 136 113
Binary 10101101 10000110 11111011 11111 101111 0 10 100000100 1011110 1001011

Color Harmonies of #AD86FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86FB

Black with #AD86FB

Text Example


Text Example

White with #AD86FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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