#AC35A5

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

Shades of Violet Blue #AC35A5

Tints of Violet Blue #AC35A5

Color information

#AC35A5 (or 0xAC35A5) is unknown color: approx Violet Blue. HEX triplet: AC, 35 and A5. RGB value is (172,53,165). Sum of RGB (Red+Green+Blue) = 172+53+165=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC35A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC35A5 is #53CA5A. Grayscale: #656565. Windows color (decimal): -5491291 or 10827180. OLE color: 10827180.

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

Color convert

RGB17253165-
CMYK00.690.040.33
HSL303.53º52.89%44.12%-
HSV(B)303.53º69.19%67.45%-
XYZ25.0814.0336.98-
YUV101.35163.92178.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 165 (64.84% from 255) = 42.31%
R=44.10%
G=13.59%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725316500.690.040.33303.5352.8944.12
HexAC35A5045421130352c
Octal2546524501054414606554
Binary101011001101011010010101000101100100001100110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC35A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC35A5; }

 p { color: rgb(172,53,165); }

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

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

 a { background-color: rgb(172,53,165); }

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

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

 span { border-color: rgb(172,53,165); }

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