#AC7CB9

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

Shades of East Side #AC7CB9

Tints of East Side #AC7CB9

Color information

#AC7CB9 (or 0xAC7CB9) is unknown color: approx East Side. HEX triplet: AC, 7C and B9. RGB value is (172,124,185). Sum of RGB (Red+Green+Blue) = 172+124+185=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC7CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CB9 is #538346. Grayscale: #919191. Windows color (decimal): -5473095 or 12156076. OLE color: 12156076.

HSL color Cylindrical-coordinate representation of color #AC7CB9: hue angle of 287.21º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7CB9 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172124185-
CMYK0.070.3300.27
HSL287.21º30.35%60.59%-
HSV(B)287.21º32.97%72.55%-
XYZ32.9826.6949.31-
YUV145.31150.4147.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=35.76%
G=25.78%
B=38.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721241850.070.3300.27287.2130.3560.59
HexAC7CB972101B11f1e3d
Octal2541742717410334373675
Binary1010110011111001011100111110000101101110001111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CB9; }

 p { color: rgb(172,124,185); }

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

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

 a { background-color: rgb(172,124,185); }

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

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

 span { border-color: rgb(172,124,185); }

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