#AC47A7

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

Shades of Violet Blue #AC47A7

Tints of Violet Blue #AC47A7

Color information

#AC47A7 (or 0xAC47A7) is unknown color: approx Violet Blue. HEX triplet: AC, 47 and A7. RGB value is (172,71,167). Sum of RGB (Red+Green+Blue) = 172+71+167=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC47A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47A7 is #53B858. Grayscale: #6F6F6F. Windows color (decimal): -5486681 or 10962860. OLE color: 10962860.

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

Color convert

RGB17271167-
CMYK00.590.030.33
HSL302.97º41.56%47.65%-
HSV(B)302.97º58.72%67.45%-
XYZ26.2416.0738.28-
YUV112.14158.96170.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 71 (28.12% from 255) = 17.32%
BLUE value IS 167 (65.62% from 255) = 40.73%
R=41.95%
G=17.32%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727116700.590.030.33302.9741.5647.65
HexAC47A703B32112f2a30
Octal2541072470733414575260
Binary10101100100011110100111011101111100001100101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC47A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC47A7; }

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

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

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

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

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

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

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

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