#AC7BC1

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

Shades of East Side #AC7BC1

Tints of East Side #AC7BC1

Color information

#AC7BC1 (or 0xAC7BC1) is unknown color: approx East Side. HEX triplet: AC, 7B and C1. RGB value is (172,123,193). Sum of RGB (Red+Green+Blue) = 172+123+193=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC7BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BC1 is #53843E. Grayscale: #919191. Windows color (decimal): -5473343 or 12680108. OLE color: 12680108.

HSL color Cylindrical-coordinate representation of color #AC7BC1: hue angle of 282º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC7BC1 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172123193-
CMYK0.110.3600.24
HSL282º36.08%61.96%-
HSV(B)282º36.27%75.69%-
XYZ33.7226.7953.85-
YUV145.63154.73146.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 123 (48.44% from 255) = 25.20%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=35.25%
G=25.20%
B=39.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721231930.110.3600.2428236.0861.96
HexAC7BC1B2401811a243e
Octal25417330113440304324476
Binary101011001111011110000011011100100011000100011010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BC1; }

 p { color: rgb(172,123,193); }

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

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

 a { background-color: rgb(172,123,193); }

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

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

 span { border-color: rgb(172,123,193); }

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