Html Css Color HEX #AD86C2 East Side

📋 copy color: '#AD86C2'

red 173 ◦ green 134 ◦ blue 194

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

Shades of East Side #AD86C2

Tints of East Side #AD86C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 34.53%
G = 26.75%
B = 38.72%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD86C2 (or 0xAD86C2) is known color: East Side. HEX triplet: AD, 86 and C2. RGB value is (173,134,194). Sum of RGB (Red+Green+Blue) = 173+134+194=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD86C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86C2 is #52793D. Grayscale: #989898. Windows color (decimal): -5404990 or 12748461. OLE color: 12748461.

HSL color Cylindrical-coordinate representation of color #AD86C2: hue angle of 279º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD86C2 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 134 194 -
CMYK 0.11 0.31 0 0.24
HSL 279º 0.33% 0.64% -
HSV(B) 279º 0.31% 0.76% -
XYZ 35.5 29.83 54.93 -
YUV 152.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 173 134 194 0.11 0.31 0 0.24 279 0.33 0.64
Hex AD 86 C2 B 1F 0 18 117 21 40
Octal 255 206 302 13 37 0 30 427 41 100
Binary 10101101 10000110 11000010 1011 11111 0 11000 100010111 100001 1000000

Color Harmonies of #AD86C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86C2

Black with #AD86C2

Text Example


Text Example

White with #AD86C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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