#AC419D

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

Shades of Violet Blue #AC419D

Tints of Violet Blue #AC419D

Color information

#AC419D (or 0xAC419D) is unknown color: approx Violet Blue. HEX triplet: AC, 41 and 9D. RGB value is (172,65,157). Sum of RGB (Red+Green+Blue) = 172+65+157=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC419D is #53BE62. Grayscale: #6B6B6B. Windows color (decimal): -5488227 or 10305964. OLE color: 10305964.

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

Color convert

RGB17265157-
CMYK00.620.090.33
HSL308.41º45.15%46.47%-
HSV(B)308.41º62.21%67.45%-
XYZ24.9914.9933.47-
YUV107.48155.95174.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 65 (25.78% from 255) = 16.50%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=43.65%
G=16.50%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726515700.620.090.33308.4145.1546.47
HexAC419D03E9211342d2e
Octal25410123507611414645556
Binary1010110010000011001110101111101001100001100110100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC419D; }

 p { color: rgb(172,65,157); }

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

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

 a { background-color: rgb(172,65,157); }

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

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

 span { border-color: rgb(172,65,157); }

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