Html Css Color HEX #AD86BE East Side

📋 copy color: '#AD86BE'

red 173 ◦ green 134 ◦ blue 190

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

Shades of East Side #AD86BE

Tints of East Side #AD86BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 34.81%
G = 26.96%
B = 38.23%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD86BE (or 0xAD86BE) is known color: East Side. HEX triplet: AD, 86 and BE. RGB value is (173,134,190). Sum of RGB (Red+Green+Blue) = 173+134+190=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86BE is #527941. Grayscale: #979797. Windows color (decimal): -5404994 or 12486317. OLE color: 12486317.

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

Color convert

RGB 173 134 190 -
CMYK 0.09 0.29 0 0.25
HSL 281.79º 0.3% 0.64% -
HSV(B) 281.79º 0.29% 0.75% -
XYZ 35.05 29.65 52.59 -
YUV 152.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 173 134 190 0.09 0.29 0 0.25 281.79 0.3 0.64
Hex AD 86 BE 9 1D 0 19 11A 1E 40
Octal 255 206 276 11 35 0 31 432 36 100
Binary 10101101 10000110 10111110 1001 11101 0 11001 100011010 11110 1000000

Color Harmonies of #AD86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86BE

Black with #AD86BE

Text Example


Text Example

White with #AD86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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