#AC75B7

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

Shades of East Side #AC75B7

Tints of East Side #AC75B7

Color information

#AC75B7 (or 0xAC75B7) is unknown color: approx East Side. HEX triplet: AC, 75 and B7. RGB value is (172,117,183). Sum of RGB (Red+Green+Blue) = 172+117+183=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC75B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75B7 is #538A48. Grayscale: #8C8C8C. Windows color (decimal): -5474889 or 12023212. OLE color: 12023212.

HSL color Cylindrical-coordinate representation of color #AC75B7: hue angle of 290º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC75B7 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172117183-
CMYK0.060.3600.28
HSL290º31.43%58.82%-
HSV(B)290º36.07%71.76%-
XYZ31.9224.9147.93-
YUV140.97151.72150.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 183 (71.88% from 255) = 38.77%
R=36.44%
G=24.79%
B=38.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721171830.060.3600.2829031.4358.82
HexAC75B762401C1221f3b
Octal2541652676440344423773
Binary1010110011101011011011111010010001110010010001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75B7; }

 p { color: rgb(172,117,183); }

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

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

 a { background-color: rgb(172,117,183); }

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

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

 span { border-color: rgb(172,117,183); }

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