Html Css Color HEX #AD86BB East Side

📋 copy color: '#AD86BB'

red 173 ◦ green 134 ◦ blue 187

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

Shades of East Side #AD86BB

Tints of East Side #AD86BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 35.02%
G = 27.13%
B = 37.85%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD86BB (or 0xAD86BB) is known color: East Side. HEX triplet: AD, 86 and BB. RGB value is (173,134,187). Sum of RGB (Red+Green+Blue) = 173+134+187=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD86BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86BB is #527944. Grayscale: #979797. Windows color (decimal): -5404997 or 12289709. OLE color: 12289709.

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

Color convert

RGB 173 134 187 -
CMYK 0.07 0.28 0 0.27
HSL 284.15º 0.28% 0.63% -
HSV(B) 284.15º 0.28% 0.73% -
XYZ 34.73 29.52 50.88 -
YUV 151.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 173 134 187 0.07 0.28 0 0.27 284.15 0.28 0.63
Hex AD 86 BB 7 1C 0 1B 11C 1C 3F
Octal 255 206 273 7 34 0 33 434 34 77
Binary 10101101 10000110 10111011 111 11100 0 11011 100011100 11100 111111

Color Harmonies of #AD86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86BB

Black with #AD86BB

Text Example


Text Example

White with #AD86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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