#AC7BCC

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

Shades of East Side #AC7BCC

Tints of East Side #AC7BCC

Color information

#AC7BCC (or 0xAC7BCC) is unknown color: approx East Side. HEX triplet: AC, 7B and CC. RGB value is (172,123,204). Sum of RGB (Red+Green+Blue) = 172+123+204=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC7BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BCC is #538433. Grayscale: #929292. Windows color (decimal): -5473332 or 13401004. OLE color: 13401004.

HSL color Cylindrical-coordinate representation of color #AC7BCC: hue angle of 276.3º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7BCC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172123204-
CMYK0.160.4000.2
HSL276.3º44.26%64.12%-
HSV(B)276.3º39.71%80%-
XYZ3527.360.55-
YUV146.88160.23145.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=34.47%
G=24.65%
B=40.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721232040.160.4000.2276.344.2664.12
HexAC7BCC10280141142c40
Octal254173314205002442454100
Binary10101100111101111001100100001010000101001000101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BCC; }

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

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

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

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

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

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

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

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