#AC35A8

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

Shades of Violet Blue #AC35A8

Tints of Violet Blue #AC35A8

Color information

#AC35A8 (or 0xAC35A8) is unknown color: approx Violet Blue. HEX triplet: AC, 35 and A8. RGB value is (172,53,168). Sum of RGB (Red+Green+Blue) = 172+53+168=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC35A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC35A8 is #53CA57. Grayscale: #656565. Windows color (decimal): -5491288 or 11023788. OLE color: 11023788.

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

Color convert

RGB17253168-
CMYK00.690.020.33
HSL302.02º52.89%44.12%-
HSV(B)302.02º69.19%67.45%-
XYZ25.3514.1438.44-
YUV101.69165.42178.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 53 (21.09% from 255) = 13.49%
BLUE value IS 168 (66.02% from 255) = 42.75%
R=43.77%
G=13.49%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725316800.690.020.33302.0252.8944.12
HexAC35A804522112e352c
Octal2546525001052414566554
Binary10101100110101101010000100010110100001100101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC35A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC35A8; }

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

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

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

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

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

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

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

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