#AC50A1

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

Shades of Violet Blue #AC50A1

Tints of Violet Blue #AC50A1

Color information

#AC50A1 (or 0xAC50A1) is unknown color: approx Violet Blue. HEX triplet: AC, 50 and A1. RGB value is (172,80,161). Sum of RGB (Red+Green+Blue) = 172+80+161=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC50A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC50A1 is #53AF5E. Grayscale: #747474. Windows color (decimal): -5484383 or 10571948. OLE color: 10571948.

HSL color Cylindrical-coordinate representation of color #AC50A1: hue angle of 307.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC50A1 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17280161-
CMYK00.530.060.33
HSL307.17º36.51%49.41%-
HSV(B)307.17º53.49%67.45%-
XYZ26.3117.0835.63-
YUV116.74152.98167.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=41.65%
G=19.37%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728016100.530.060.33307.1736.5149.41
HexAC50A10356211332531
Octal2541202410656414634561
Binary101011001010000101000010110101110100001100110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50A1; }

 p { color: rgb(172,80,161); }

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

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

 a { background-color: rgb(172,80,161); }

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

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

 span { border-color: rgb(172,80,161); }

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