#AD7CC8

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

Shades of East Side #AD7CC8

Tints of East Side #AD7CC8

Color information

#AD7CC8 (or 0xAD7CC8) is unknown color: approx East Side. HEX triplet: AD, 7C and C8. RGB value is (173,124,200). Sum of RGB (Red+Green+Blue) = 173+124+200=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD7CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CC8 is #528337. Grayscale: #939393. Windows color (decimal): -5407544 or 13139117. OLE color: 13139117.

HSL color Cylindrical-coordinate representation of color #AD7CC8: hue angle of 278.68º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD7CC8 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173124200-
CMYK0.140.3800.22
HSL278.68º40.86%63.53%-
HSV(B)278.68º38%78.43%-
XYZ34.8727.4758.11-
YUV147.32157.73146.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=34.81%
G=24.95%
B=40.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731242000.140.3800.22278.6840.8663.53
HexAD7CC8E260161172940
Octal255174310164602642751100
Binary1010110111111001100100011101001100101101000101111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CC8; }

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

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

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

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

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

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

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

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