#AD7CB6

Color #AD7CB6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD7CB6

Tints of East Side #AD7CB6

Color information

#AD7CB6 (or 0xAD7CB6) is unknown color: approx East Side. HEX triplet: AD, 7C and B6. RGB value is (173,124,182). Sum of RGB (Red+Green+Blue) = 173+124+182=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD7CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CB6 is #528349. Grayscale: #919191. Windows color (decimal): -5407562 or 11959469. OLE color: 11959469.

HSL color Cylindrical-coordinate representation of color #AD7CB6: hue angle of 290.69º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7CB6 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173124182-
CMYK0.050.3200.29
HSL290.69º28.43%60%-
HSV(B)290.69º31.87%71.37%-
XYZ32.8826.6847.67-
YUV145.26148.73147.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=36.12%
G=25.89%
B=38.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731241820.050.3200.29290.6928.4360
HexAD7CB652001D1231c3c
Octal2551742665400354433474
Binary1010110111111001011011010110000001110110010001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CB6; }

 p { color: rgb(173,124,182); }

 H1.HeaderClassName
 {
   color: #AD7CB6;
 }
 .AnyTagClassName
 {
   color: #AD7CB6;
 }
</style>
background-color css

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

 a { background-color: rgb(173,124,182); }

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

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

 span { border-color: rgb(173,124,182); }

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