Html Css Color HEX #AD86BA East Side

📋 copy color: '#AD86BA'

red 173 ◦ green 134 ◦ blue 186

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

Shades of East Side #AD86BA

Tints of East Side #AD86BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 35.09%
G = 27.18%
B = 37.73%

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

#AD86BA (or 0xAD86BA) is known color: East Side. HEX triplet: AD, 86 and BA. RGB value is (173,134,186). Sum of RGB (Red+Green+Blue) = 173+134+186=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD86BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86BA is #527945. Grayscale: #979797. Windows color (decimal): -5404998 or 12224173. OLE color: 12224173.

HSL color Cylindrical-coordinate representation of color #AD86BA: hue angle of 285º degrees, saturation: 0.27, 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 #AD86BA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 134 186 -
CMYK 0.07 0.28 0 0.27
HSL 285º 0.27% 0.63% -
HSV(B) 285º 0.28% 0.73% -
XYZ 34.62 29.48 50.32 -
YUV 151.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 173 134 186 0.07 0.28 0 0.27 285 0.27 0.63
Hex AD 86 BA 7 1C 0 1B 11D 1B 3F
Octal 255 206 272 7 34 0 33 435 33 77
Binary 10101101 10000110 10111010 111 11100 0 11011 100011101 11011 111111

Color Harmonies of #AD86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86BA

Black with #AD86BA

Text Example


Text Example

White with #AD86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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