#AC75A7

Color #AC75A7 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AC75A7

Tints of Violet Blue #AC75A7

Color information

#AC75A7 (or 0xAC75A7) is unknown color: approx Violet Blue. HEX triplet: AC, 75 and A7. RGB value is (172,117,167). Sum of RGB (Red+Green+Blue) = 172+117+167=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A7 is #538A58. Grayscale: #8B8B8B. Windows color (decimal): -5474905 or 10974636. OLE color: 10974636.

HSL color Cylindrical-coordinate representation of color #AC75A7: hue angle of 305.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC75A7 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172117167-
CMYK00.320.030.33
HSL305.45º24.89%56.67%-
HSV(B)305.45º31.98%67.45%-
XYZ30.3524.2839.65-
YUV139.15143.72151.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=37.72%
G=25.66%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211716700.320.030.33305.4524.8956.67
HexAC75A70203211311939
Octal2541652470403414613171
Binary1010110011101011010011101000001110000110011000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75A7; }

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

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

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

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

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

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

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

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