#AC529B

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

Shades of Violet Blue #AC529B

Tints of Violet Blue #AC529B

Color information

#AC529B (or 0xAC529B) is unknown color: approx Violet Blue. HEX triplet: AC, 52 and 9B. RGB value is (172,82,155). Sum of RGB (Red+Green+Blue) = 172+82+155=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC529B is #53AD64. Grayscale: #757575. Windows color (decimal): -5483877 or 10179244. OLE color: 10179244.

HSL color Cylindrical-coordinate representation of color #AC529B: hue angle of 311.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC529B is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB17282155-
CMYK00.520.100.33
HSL311.33º35.43%49.8%-
HSV(B)311.33º52.33%67.45%-
XYZ25.9517.1732.96-
YUV117.23149.32167.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=42.05%
G=20.05%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728215500.520.100.33311.3335.4349.8
HexAC529B034A211372332
Octal25412223306412414674362
Binary1010110010100101001101101101001010100001100110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC529B; }

 p { color: rgb(172,82,155); }

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

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

 a { background-color: rgb(172,82,155); }

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

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

 span { border-color: rgb(172,82,155); }

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