Html Css Color HEX #AD86C0 East Side

📋 copy color: '#AD86C0'

red 173 ◦ green 134 ◦ blue 192

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

Shades of East Side #AD86C0

Tints of East Side #AD86C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.48%

R = 34.67%
G = 26.85%
B = 38.48%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD86C0 (or 0xAD86C0) is known color: East Side. HEX triplet: AD, 86 and C0. RGB value is (173,134,192). Sum of RGB (Red+Green+Blue) = 173+134+192=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD86C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86C0 is #52793F. Grayscale: #989898. Windows color (decimal): -5404992 or 12617389. OLE color: 12617389.

HSL color Cylindrical-coordinate representation of color #AD86C0: hue angle of 280.34º degrees, saturation: 0.32, 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 #AD86C0 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 134 192 -
CMYK 0.10 0.30 0 0.25
HSL 280.34º 0.32% 0.64% -
HSV(B) 280.34º 0.3% 0.75% -
XYZ 35.27 29.74 53.75 -
YUV 152.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 173 134 192 0.10 0.30 0 0.25 280.34 0.32 0.64
Hex AD 86 C0 A 1E 0 19 118 20 40
Octal 255 206 300 12 36 0 31 430 40 100
Binary 10101101 10000110 11000000 1010 11110 0 11001 100011000 100000 1000000

Color Harmonies of #AD86C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86C0

Black with #AD86C0

Text Example


Text Example

White with #AD86C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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