#AC50A7

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

Shades of Violet Blue #AC50A7

Tints of Violet Blue #AC50A7

Color information

#AC50A7 (or 0xAC50A7) is unknown color: approx Violet Blue. HEX triplet: AC, 50 and A7. RGB value is (172,80,167). Sum of RGB (Red+Green+Blue) = 172+80+167=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC50A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC50A7 is #53AF58. Grayscale: #757575. Windows color (decimal): -5484377 or 10965164. OLE color: 10965164.

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

Color convert

RGB17280167-
CMYK00.530.030.33
HSL303.26º36.51%49.41%-
HSV(B)303.26º53.49%67.45%-
XYZ26.8617.338.48-
YUV117.43155.98166.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 167 (65.62% from 255) = 39.86%
R=41.05%
G=19.09%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728016700.530.030.33303.2636.5149.41
HexAC50A703532112f2531
Octal2541202470653414574561
Binary10101100101000010100111011010111100001100101111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50A7; }

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

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

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

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

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

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

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

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