#AC7AC9

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

Shades of East Side #AC7AC9

Tints of East Side #AC7AC9

Color information

#AC7AC9 (or 0xAC7AC9) is unknown color: approx East Side. HEX triplet: AC, 7A and C9. RGB value is (172,122,201). Sum of RGB (Red+Green+Blue) = 172+122+201=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC7AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7AC9 is #538536. Grayscale: #919191. Windows color (decimal): -5473591 or 13204140. OLE color: 13204140.

HSL color Cylindrical-coordinate representation of color #AC7AC9: hue angle of 277.97º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC7AC9 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172122201-
CMYK0.140.3900.21
HSL277.97º42.25%63.33%-
HSV(B)277.97º39.3%78.82%-
XYZ34.5226.9158.63-
YUV145.96159.06146.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=34.75%
G=24.65%
B=40.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721222010.140.3900.21277.9742.2563.33
HexAC7AC9E270151162a3f
Octal25417231116470254265277
Binary101011001111010110010011110100111010101100010110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7AC9; }

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

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

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

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

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

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

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

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