#AC6FB0

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

Shades of Violet Blue #AC6FB0

Tints of Violet Blue #AC6FB0

Color information

#AC6FB0 (or 0xAC6FB0) is unknown color: approx Violet Blue. HEX triplet: AC, 6F and B0. RGB value is (172,111,176). Sum of RGB (Red+Green+Blue) = 172+111+176=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC6FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6FB0 is #53904F. Grayscale: #888888. Windows color (decimal): -5476432 or 11562924. OLE color: 11562924.

HSL color Cylindrical-coordinate representation of color #AC6FB0: hue angle of 296.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6FB0 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172111176-
CMYK0.020.3700.31
HSL296.31º29.15%56.27%-
HSV(B)296.31º36.93%69.02%-
XYZ30.5323.2743.96-
YUV136.65150.21153.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=37.47%
G=24.18%
B=38.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721111760.020.3700.31296.3129.1556.27
HexAC6FB022501F1281d38
Octal2541572602450374503570
Binary101011001101111101100001010010101111110010100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FB0; }

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

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

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

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

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

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

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

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