#AC38A3

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

Shades of Violet Blue #AC38A3

Tints of Violet Blue #AC38A3

Color information

#AC38A3 (or 0xAC38A3) is unknown color: approx Violet Blue. HEX triplet: AC, 38 and A3. RGB value is (172,56,163). Sum of RGB (Red+Green+Blue) = 172+56+163=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC38A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38A3 is #53C75C. Grayscale: #666666. Windows color (decimal): -5490525 or 10696876. OLE color: 10696876.

HSL color Cylindrical-coordinate representation of color #AC38A3: hue angle of 304.66º 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 #AC38A3 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17256163-
CMYK00.670.050.33
HSL304.66º50.88%44.71%-
HSV(B)304.66º67.44%67.45%-
XYZ25.0414.2436.08-
YUV102.88161.93177.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 56 (22.27% from 255) = 14.32%
BLUE value IS 163 (64.06% from 255) = 41.69%
R=43.99%
G=14.32%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725616300.670.050.33304.6650.8844.71
HexAC38A3043521131332d
Octal2547024301035414616355
Binary101011001110001010001101000011101100001100110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC38A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC38A3; }

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

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

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

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

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

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

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

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