Html Css Color HEX #AD86FA Biloba Flower

📋 copy color: '#AD86FA'

red 173 ◦ green 134 ◦ blue 250

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

Shades of Biloba Flower #AD86FA

Tints of Biloba Flower #AD86FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 31.06%
G = 24.06%
B = 44.88%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD86FA (or 0xAD86FA) is known color: Biloba Flower. HEX triplet: AD, 86 and FA. RGB value is (173,134,250). Sum of RGB (Red+Green+Blue) = 173+134+250=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD86FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD86FA is #527905. Grayscale: #9E9E9E. Windows color (decimal): -5404934 or 16418477. OLE color: 16418477.

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

Color convert

RGB 173 134 250 -
CMYK 0.31 0.46 0 0.02
HSL 260.17º 0.92% 0.75% -
HSV(B) 260.17º 0.46% 0.98% -
XYZ 43.01 32.84 94.51 -
YUV 158.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 173 134 250 0.31 0.46 0 0.02 260.17 0.92 0.75
Hex AD 86 FA 1F 2E 0 2 104 5C 4B
Octal 255 206 372 37 56 0 2 404 134 113
Binary 10101101 10000110 11111010 11111 101110 0 10 100000100 1011100 1001011

Color Harmonies of #AD86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86FA

Black with #AD86FA

Text Example


Text Example

White with #AD86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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