Html Css Color HEX #AD86D0 East Side

📋 copy color: '#AD86D0'

red 173 ◦ green 134 ◦ blue 208

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

Shades of East Side #AD86D0

Tints of East Side #AD86D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 33.59%
G = 26.02%
B = 40.39%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD86D0 (or 0xAD86D0) is known color: East Side. HEX triplet: AD, 86 and D0. RGB value is (173,134,208). Sum of RGB (Red+Green+Blue) = 173+134+208=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD86D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86D0 is #52792F. Grayscale: #999999. Windows color (decimal): -5404976 or 13665965. OLE color: 13665965.

HSL color Cylindrical-coordinate representation of color #AD86D0: hue angle of 271.62º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD86D0 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 134 208 -
CMYK 0.17 0.36 0 0.18
HSL 271.62º 0.44% 0.67% -
HSV(B) 271.62º 0.36% 0.82% -
XYZ 37.14 30.49 63.6 -
YUV 154.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 173 134 208 0.17 0.36 0 0.18 271.62 0.44 0.67
Hex AD 86 D0 11 24 0 12 110 2C 43
Octal 255 206 320 21 44 0 22 420 54 103
Binary 10101101 10000110 11010000 10001 100100 0 10010 100010000 101100 1000011

Color Harmonies of #AD86D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86D0

Black with #AD86D0

Text Example


Text Example

White with #AD86D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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