#AC7CBB

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

Shades of East Side #AC7CBB

Tints of East Side #AC7CBB

Color information

#AC7CBB (or 0xAC7CBB) is unknown color: approx East Side. HEX triplet: AC, 7C and BB. RGB value is (172,124,187). Sum of RGB (Red+Green+Blue) = 172+124+187=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC7CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CBB is #538344. Grayscale: #919191. Windows color (decimal): -5473093 or 12287148. OLE color: 12287148.

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

Color convert

RGB172124187-
CMYK0.080.3400.27
HSL285.71º31.66%60.98%-
HSV(B)285.71º33.69%73.33%-
XYZ33.1926.7750.43-
YUV145.53151.4146.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=35.61%
G=25.67%
B=38.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721241870.080.3400.27285.7131.6660.98
HexAC7CBB82201B11e203d
Octal25417427310420334364075
Binary101011001111100101110111000100010011011100011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CBB; }

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

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

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

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

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

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

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

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