#AC50A8

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

Shades of Violet Blue #AC50A8

Tints of Violet Blue #AC50A8

Color information

#AC50A8 (or 0xAC50A8) is unknown color: approx Violet Blue. HEX triplet: AC, 50 and A8. RGB value is (172,80,168). Sum of RGB (Red+Green+Blue) = 172+80+168=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC50A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC50A8 is #53AF57. Grayscale: #757575. Windows color (decimal): -5484376 or 11030700. OLE color: 11030700.

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

Color convert

RGB17280168-
CMYK00.530.020.33
HSL302.61º36.51%49.41%-
HSV(B)302.61º53.49%67.45%-
XYZ26.9517.3438.97-
YUV117.54156.48166.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 168 (66.02% from 255) = 40%
R=40.95%
G=19.05%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728016800.530.020.33302.6136.5149.41
HexAC50A803522112f2531
Octal2541202500652414574561
Binary10101100101000010101000011010110100001100101111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50A8; }

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

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

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

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

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

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

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

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