Html Css Color HEX #AD86FE Biloba Flower

📋 copy color: '#AD86FE'

red 173 ◦ green 134 ◦ blue 254

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

Shades of Biloba Flower #AD86FE

Tints of Biloba Flower #AD86FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 30.84%
G = 23.89%
B = 45.28%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD86FE (or 0xAD86FE) is known color: Biloba Flower. HEX triplet: AD, 86 and FE. RGB value is (173,134,254). Sum of RGB (Red+Green+Blue) = 173+134+254=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD86FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD86FE is #527901. Grayscale: #9E9E9E. Windows color (decimal): -5404930 or 16680621. OLE color: 16680621.

HSL color Cylindrical-coordinate representation of color #AD86FE: hue angle of 259.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD86FE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 134 254 -
CMYK 0.32 0.47 0 0.00
HSL 259.5º 0.98% 0.76% -
HSV(B) 259.5º 0.47% 1% -
XYZ 43.65 33.09 97.85 -
YUV 159.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 173 134 254 0.32 0.47 0 0.00 259.5 0.98 0.76
Hex AD 86 FE 20 2F 0 0 104 62 4C
Octal 255 206 376 40 57 0 0 404 142 114
Binary 10101101 10000110 11111110 100000 101111 0 0 100000100 1100010 1001100

Color Harmonies of #AD86FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86FE

Black with #AD86FE

Text Example


Text Example

White with #AD86FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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