#AC35A7

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

Shades of Violet Blue #AC35A7

Tints of Violet Blue #AC35A7

Color information

#AC35A7 (or 0xAC35A7) is unknown color: approx Violet Blue. HEX triplet: AC, 35 and A7. RGB value is (172,53,167). Sum of RGB (Red+Green+Blue) = 172+53+167=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC35A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC35A7 is #53CA58. Grayscale: #656565. Windows color (decimal): -5491289 or 10958252. OLE color: 10958252.

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

Color convert

RGB17253167-
CMYK00.690.030.33
HSL302.52º52.89%44.12%-
HSV(B)302.52º69.19%67.45%-
XYZ25.2614.1137.95-
YUV101.58164.92178.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 53 (21.09% from 255) = 13.52%
BLUE value IS 167 (65.62% from 255) = 42.60%
R=43.88%
G=13.52%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725316700.690.030.33302.5252.8944.12
HexAC35A704532112f352c
Octal2546524701053414576554
Binary10101100110101101001110100010111100001100101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC35A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC35A7; }

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

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

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

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

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

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

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

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