#AC6FB4

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

Shades of Violet Blue #AC6FB4

Tints of Violet Blue #AC6FB4

Color information

#AC6FB4 (or 0xAC6FB4) is unknown color: approx Violet Blue. HEX triplet: AC, 6F and B4. RGB value is (172,111,180). Sum of RGB (Red+Green+Blue) = 172+111+180=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC6FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FB4 is #53904B. Grayscale: #888888. Windows color (decimal): -5476428 or 11825068. OLE color: 11825068.

HSL color Cylindrical-coordinate representation of color #AC6FB4: hue angle of 293.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6FB4 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172111180-
CMYK0.040.3800.29
HSL293.04º31.51%57.06%-
HSV(B)293.04º38.33%70.59%-
XYZ30.9423.4346.07-
YUV137.1152.21152.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=37.15%
G=23.97%
B=38.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721111800.040.3800.29293.0431.5157.06
HexAC6FB442601D1252039
Octal2541572644460354454071
Binary10101100110111110110100100100110011101100100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FB4; }

 p { color: rgb(172,111,180); }

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

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

 a { background-color: rgb(172,111,180); }

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

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

 span { border-color: rgb(172,111,180); }

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