#AC7AC5

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

Shades of East Side #AC7AC5

Tints of East Side #AC7AC5

Color information

#AC7AC5 (or 0xAC7AC5) is unknown color: approx East Side. HEX triplet: AC, 7A and C5. RGB value is (172,122,197). Sum of RGB (Red+Green+Blue) = 172+122+197=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC7AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7AC5 is #53853A. Grayscale: #919191. Windows color (decimal): -5473595 or 12941996. OLE color: 12941996.

HSL color Cylindrical-coordinate representation of color #AC7AC5: hue angle of 280º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC7AC5 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172122197-
CMYK0.130.3800.23
HSL280º39.27%62.55%-
HSV(B)280º38.07%77.25%-
XYZ34.0526.7256.19-
YUV145.5157.06146.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=35.03%
G=24.85%
B=40.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721221970.130.3800.2328039.2762.55
HexAC7AC5D26017118273f
Octal25417230515460274304777
Binary101011001111010110001011101100110010111100011000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7AC5; }

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

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

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

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

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

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

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

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