#AC64B1

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

Shades of Violet Blue #AC64B1

Tints of Violet Blue #AC64B1

Color information

#AC64B1 (or 0xAC64B1) is unknown color: approx Violet Blue. HEX triplet: AC, 64 and B1. RGB value is (172,100,177). Sum of RGB (Red+Green+Blue) = 172+100+177=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC64B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC64B1 is #539B4E. Grayscale: #828282. Windows color (decimal): -5479247 or 11625644. OLE color: 11625644.

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

Color convert

RGB172100177-
CMYK0.030.4400.31
HSL296.1º33.05%54.31%-
HSV(B)296.1º43.5%69.41%-
XYZ29.5121.0644.1-
YUV130.31154.35157.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=38.31%
G=22.27%
B=39.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721001770.030.4400.31296.133.0554.31
HexAC64B132C01F1282136
Octal2541442613540374504166
Binary1010110011001001011000111101100011111100101000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC64B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC64B1; }

 p { color: rgb(172,100,177); }

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

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

 a { background-color: rgb(172,100,177); }

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

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

 span { border-color: rgb(172,100,177); }

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