Html Css Color HEX #AD86E0 Biloba Flower

📋 copy color: '#AD86E0'

red 173 ◦ green 134 ◦ blue 224

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

Shades of Biloba Flower #AD86E0

Tints of Biloba Flower #AD86E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.18%

R = 32.58%
G = 25.24%
B = 42.18%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD86E0 (or 0xAD86E0) is known color: Biloba Flower. HEX triplet: AD, 86 and E0. RGB value is (173,134,224). Sum of RGB (Red+Green+Blue) = 173+134+224=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD86E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86E0 is #52791F. Grayscale: #9B9B9B. Windows color (decimal): -5404960 or 14714541. OLE color: 14714541.

HSL color Cylindrical-coordinate representation of color #AD86E0: hue angle of 266º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD86E0 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 134 224 -
CMYK 0.23 0.40 0 0.12
HSL 266º 0.59% 0.7% -
HSV(B) 266º 0.4% 0.88% -
XYZ 39.21 31.32 74.5 -
YUV 155.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 173 134 224 0.23 0.40 0 0.12 266 0.59 0.7
Hex AD 86 E0 17 28 0 C 10A 3B 46
Octal 255 206 340 27 50 0 14 412 73 106
Binary 10101101 10000110 11100000 10111 101000 0 1100 100001010 111011 1000110

Color Harmonies of #AD86E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86E0

Black with #AD86E0

Text Example


Text Example

White with #AD86E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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