Html Css Color HEX #AD86CB East Side

📋 copy color: '#AD86CB'

red 173 ◦ green 134 ◦ blue 203

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

Shades of East Side #AD86CB

Tints of East Side #AD86CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 33.92%
G = 26.27%
B = 39.8%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD86CB (or 0xAD86CB) is known color: East Side. HEX triplet: AD, 86 and CB. RGB value is (173,134,203). Sum of RGB (Red+Green+Blue) = 173+134+203=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86CB is #527934. Grayscale: #999999. Windows color (decimal): -5404981 or 13338285. OLE color: 13338285.

HSL color Cylindrical-coordinate representation of color #AD86CB: hue angle of 273.91º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD86CB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 134 203 -
CMYK 0.15 0.34 0 0.20
HSL 273.91º 0.4% 0.66% -
HSV(B) 273.91º 0.34% 0.8% -
XYZ 36.54 30.25 60.41 -
YUV 153.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 173 134 203 0.15 0.34 0 0.20 273.91 0.4 0.66
Hex AD 86 CB F 22 0 14 112 28 42
Octal 255 206 313 17 42 0 24 422 50 102
Binary 10101101 10000110 11001011 1111 100010 0 10100 100010010 101000 1000010

Color Harmonies of #AD86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86CB

Black with #AD86CB

Text Example


Text Example

White with #AD86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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