#AC48A7

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

Shades of Violet Blue #AC48A7

Tints of Violet Blue #AC48A7

Color information

#AC48A7 (or 0xAC48A7) is unknown color: approx Violet Blue. HEX triplet: AC, 48 and A7. RGB value is (172,72,167). Sum of RGB (Red+Green+Blue) = 172+72+167=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC48A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC48A7 is #53B758. Grayscale: #707070. Windows color (decimal): -5486425 or 10963116. OLE color: 10963116.

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

Color convert

RGB17272167-
CMYK00.580.030.33
HSL303º40.98%47.84%-
HSV(B)303º58.14%67.45%-
XYZ26.3116.238.3-
YUV112.73158.63170.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 167 (65.62% from 255) = 40.63%
R=41.85%
G=17.52%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727216700.580.030.3330340.9847.84
HexAC48A703A32112f2930
Octal2541102470723414575160
Binary10101100100100010100111011101011100001100101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC48A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC48A7; }

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

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

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

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

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

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

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

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