Html Css Color HEX #AD86E5 Biloba Flower

📋 copy color: '#AD86E5'

red 173 ◦ green 134 ◦ blue 229

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

Shades of Biloba Flower #AD86E5

Tints of Biloba Flower #AD86E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.72%

R = 32.28%
G = 25%
B = 42.72%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD86E5 (or 0xAD86E5) is known color: Biloba Flower. HEX triplet: AD, 86 and E5. RGB value is (173,134,229). Sum of RGB (Red+Green+Blue) = 173+134+229=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD86E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86E5 is #52791A. Grayscale: #9C9C9C. Windows color (decimal): -5404955 or 15042221. OLE color: 15042221.

HSL color Cylindrical-coordinate representation of color #AD86E5: hue angle of 264.63º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD86E5 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 134 229 -
CMYK 0.24 0.41 0 0.10
HSL 264.63º 0.65% 0.71% -
HSV(B) 264.63º 0.41% 0.9% -
XYZ 39.9 31.59 78.12 -
YUV 156.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 173 134 229 0.24 0.41 0 0.10 264.63 0.65 0.71
Hex AD 86 E5 18 29 0 A 109 41 47
Octal 255 206 345 30 51 0 12 411 101 107
Binary 10101101 10000110 11100101 11000 101001 0 1010 100001001 1000001 1000111

Color Harmonies of #AD86E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86E5

Black with #AD86E5

Text Example


Text Example

White with #AD86E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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