#AC649A

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

Shades of Violet Blue #AC649A

Tints of Violet Blue #AC649A

Color information

#AC649A (or 0xAC649A) is unknown color: approx Violet Blue. HEX triplet: AC, 64 and 9A. RGB value is (172,100,154). Sum of RGB (Red+Green+Blue) = 172+100+154=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC649A is #539B65. Grayscale: #7F7F7F. Windows color (decimal): -5479270 or 10118316. OLE color: 10118316.

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

Color convert

RGB172100154-
CMYK00.420.100.33
HSL315º30.25%53.33%-
HSV(B)315º41.86%67.45%-
XYZ27.420.2233.03-
YUV127.68142.85159.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=40.38%
G=23.47%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210015400.420.100.3331530.2553.33
HexAC649A02AA2113b1e35
Octal25414423205212414733665
Binary101011001100100100110100101010101010000110011101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC649A; }

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

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

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

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

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

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

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

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