Html Css Color HEX #AD86EE Biloba Flower

📋 copy color: '#AD86EE'

red 173 ◦ green 134 ◦ blue 238

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

Shades of Biloba Flower #AD86EE

Tints of Biloba Flower #AD86EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 31.74%
G = 24.59%
B = 43.67%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD86EE (or 0xAD86EE) is known color: Biloba Flower. HEX triplet: AD, 86 and EE. RGB value is (173,134,238). Sum of RGB (Red+Green+Blue) = 173+134+238=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD86EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD86EE is #527911. Grayscale: #9D9D9D. Windows color (decimal): -5404946 or 15632045. OLE color: 15632045.

HSL color Cylindrical-coordinate representation of color #AD86EE: hue angle of 262.5º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD86EE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 134 238 -
CMYK 0.27 0.44 0 0.07
HSL 262.5º 0.75% 0.73% -
HSV(B) 262.5º 0.44% 0.93% -
XYZ 41.19 32.11 84.92 -
YUV 157.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 173 134 238 0.27 0.44 0 0.07 262.5 0.75 0.73
Hex AD 86 EE 1B 2C 0 7 106 4B 49
Octal 255 206 356 33 54 0 7 406 113 111
Binary 10101101 10000110 11101110 11011 101100 0 111 100000110 1001011 1001001

Color Harmonies of #AD86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86EE

Black with #AD86EE

Text Example


Text Example

White with #AD86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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