#AC38A9

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

Shades of Violet Blue #AC38A9

Tints of Violet Blue #AC38A9

Color information

#AC38A9 (or 0xAC38A9) is unknown color: approx Violet Blue. HEX triplet: AC, 38 and A9. RGB value is (172,56,169). Sum of RGB (Red+Green+Blue) = 172+56+169=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC38A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38A9 is #53C756. Grayscale: #676767. Windows color (decimal): -5490519 or 11090092. OLE color: 11090092.

HSL color Cylindrical-coordinate representation of color #AC38A9: hue angle of 301.55º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC38A9 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17256169-
CMYK00.670.020.33
HSL301.55º50.88%44.71%-
HSV(B)301.55º67.44%67.45%-
XYZ25.5914.4638.98-
YUV103.57164.93176.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=43.32%
G=14.11%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725616900.670.020.33301.5550.8844.71
HexAC38A904322112e332d
Octal2547025101032414566355
Binary10101100111000101010010100001110100001100101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC38A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC38A9; }

 p { color: rgb(172,56,169); }

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

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

 a { background-color: rgb(172,56,169); }

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

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

 span { border-color: rgb(172,56,169); }

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