#AC629C

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

Shades of Violet Blue #AC629C

Tints of Violet Blue #AC629C

Color information

#AC629C (or 0xAC629C) is unknown color: approx Violet Blue. HEX triplet: AC, 62 and 9C. RGB value is (172,98,156). Sum of RGB (Red+Green+Blue) = 172+98+156=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC629C is #539D63. Grayscale: #7E7E7E. Windows color (decimal): -5479780 or 10248876. OLE color: 10248876.

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

Color convert

RGB17298156-
CMYK00.430.090.33
HSL312.97º30.83%52.94%-
HSV(B)312.97º43.02%67.45%-
XYZ27.3819.9133.85-
YUV126.74144.52160.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=40.38%
G=23.00%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729815600.430.090.33312.9730.8352.94
HexAC629C02B9211391f35
Octal25414223405311414713765
Binary101011001100010100111000101011100110000110011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC629C; }

 p { color: rgb(172,98,156); }

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

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

 a { background-color: rgb(172,98,156); }

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

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

 span { border-color: rgb(172,98,156); }

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