#AC6BB1

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

Shades of Violet Blue #AC6BB1

Tints of Violet Blue #AC6BB1

Color information

#AC6BB1 (or 0xAC6BB1) is unknown color: approx Violet Blue. HEX triplet: AC, 6B and B1. RGB value is (172,107,177). Sum of RGB (Red+Green+Blue) = 172+107+177=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC6BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BB1 is #53944E. Grayscale: #868686. Windows color (decimal): -5477455 or 11627436. OLE color: 11627436.

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

Color convert

RGB172107177-
CMYK0.030.4000.31
HSL295.71º30.97%55.69%-
HSV(B)295.71º39.55%69.41%-
XYZ30.2122.4644.34-
YUV134.42152.03154.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 107 (42.19% from 255) = 23.46%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=37.72%
G=23.46%
B=38.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721071770.030.4000.31295.7130.9755.69
HexAC6BB132801F1281f38
Octal2541532613500374503770
Binary101011001101011101100011110100001111110010100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BB1; }

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

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

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

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

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

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

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

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