#AC7CBA

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

Shades of East Side #AC7CBA

Tints of East Side #AC7CBA

Color information

#AC7CBA (or 0xAC7CBA) is unknown color: approx East Side. HEX triplet: AC, 7C and BA. RGB value is (172,124,186). Sum of RGB (Red+Green+Blue) = 172+124+186=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CBA is #538345. Grayscale: #919191. Windows color (decimal): -5473094 or 12221612. OLE color: 12221612.

HSL color Cylindrical-coordinate representation of color #AC7CBA: hue angle of 286.45º degrees, saturation: 0.31, 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 #AC7CBA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172124186-
CMYK0.080.3300.27
HSL286.45º31%60.78%-
HSV(B)286.45º33.33%72.94%-
XYZ33.0826.7349.87-
YUV145.42150.9146.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=35.68%
G=25.73%
B=38.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721241860.080.3300.27286.453160.78
HexAC7CBA82101B11e1f3d
Octal25417427210410334363775
Binary10101100111110010111010100010000101101110001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CBA; }

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

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

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

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

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

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

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

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