#AC4AA7

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

Shades of Violet Blue #AC4AA7

Tints of Violet Blue #AC4AA7

Color information

#AC4AA7 (or 0xAC4AA7) is unknown color: approx Violet Blue. HEX triplet: AC, 4A and A7. RGB value is (172,74,167). Sum of RGB (Red+Green+Blue) = 172+74+167=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4AA7 is #53B558. Grayscale: #717171. Windows color (decimal): -5485913 or 10963628. OLE color: 10963628.

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

Color convert

RGB17274167-
CMYK00.570.030.33
HSL303.06º39.84%48.24%-
HSV(B)303.06º56.98%67.45%-
XYZ26.4416.4638.34-
YUV113.9157.97169.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 167 (65.62% from 255) = 40.44%
R=41.65%
G=17.92%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727416700.570.030.33303.0639.8448.24
HexAC4AA703932112f2830
Octal2541122470713414575060
Binary10101100100101010100111011100111100001100101111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4AA7; }

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

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

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

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

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

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

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

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