Html Css Color HEX #AD86BF East Side

📋 copy color: '#AD86BF'

red 173 ◦ green 134 ◦ blue 191

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

Shades of East Side #AD86BF

Tints of East Side #AD86BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.35%

R = 34.74%
G = 26.91%
B = 38.35%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD86BF (or 0xAD86BF) is known color: East Side. HEX triplet: AD, 86 and BF. RGB value is (173,134,191). Sum of RGB (Red+Green+Blue) = 173+134+191=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD86BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86BF is #527940. Grayscale: #979797. Windows color (decimal): -5404993 or 12551853. OLE color: 12551853.

HSL color Cylindrical-coordinate representation of color #AD86BF: hue angle of 281.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD86BF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 134 191 -
CMYK 0.09 0.30 0 0.25
HSL 281.05º 0.31% 0.64% -
HSV(B) 281.05º 0.3% 0.75% -
XYZ 35.16 29.7 53.17 -
YUV 152.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 173 134 191 0.09 0.30 0 0.25 281.05 0.31 0.64
Hex AD 86 BF 9 1E 0 19 119 1F 40
Octal 255 206 277 11 36 0 31 431 37 100
Binary 10101101 10000110 10111111 1001 11110 0 11001 100011001 11111 1000000

Color Harmonies of #AD86BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86BF

Black with #AD86BF

Text Example


Text Example

White with #AD86BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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