#AC7ACC

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

Shades of East Side #AC7ACC

Tints of East Side #AC7ACC

Color information

#AC7ACC (or 0xAC7ACC) is unknown color: approx East Side. HEX triplet: AC, 7A and CC. RGB value is (172,122,204). Sum of RGB (Red+Green+Blue) = 172+122+204=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC7ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ACC is #538533. Grayscale: #929292. Windows color (decimal): -5473588 or 13400748. OLE color: 13400748.

HSL color Cylindrical-coordinate representation of color #AC7ACC: hue angle of 276.59º degrees, saturation: 0.45, 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 #AC7ACC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172122204-
CMYK0.160.4000.2
HSL276.59º44.57%63.92%-
HSV(B)276.59º40.2%80%-
XYZ34.8727.0560.51-
YUV146.3160.56146.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=34.54%
G=24.50%
B=40.96%

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
Decimal1721222040.160.4000.2276.5944.5763.92
HexAC7ACC10280141152d40
Octal254172314205002442555100
Binary10101100111101011001100100001010000101001000101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7ACC; }

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

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

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

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

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

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

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

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