#AC4CA7

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

Shades of Violet Blue #AC4CA7

Tints of Violet Blue #AC4CA7

Color information

#AC4CA7 (or 0xAC4CA7) is unknown color: approx Violet Blue. HEX triplet: AC, 4C and A7. RGB value is (172,76,167). Sum of RGB (Red+Green+Blue) = 172+76+167=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4CA7 is #53B358. Grayscale: #727272. Windows color (decimal): -5485401 or 10964140. OLE color: 10964140.

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

Color convert

RGB17276167-
CMYK00.560.030.33
HSL303.12º38.71%48.63%-
HSV(B)303.12º55.81%67.45%-
XYZ26.5716.7338.39-
YUV115.08157.3168.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 76 (30.08% from 255) = 18.31%
BLUE value IS 167 (65.62% from 255) = 40.24%
R=41.45%
G=18.31%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727616700.560.030.33303.1238.7148.63
HexAC4CA703832112f2731
Octal2541142470703414574761
Binary10101100100110010100111011100011100001100101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4CA7; }

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

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

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

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

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

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

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

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