#AC6BB7

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

Shades of Violet Blue #AC6BB7

Tints of Violet Blue #AC6BB7

Color information

#AC6BB7 (or 0xAC6BB7) is unknown color: approx Violet Blue. HEX triplet: AC, 6B and B7. RGB value is (172,107,183). Sum of RGB (Red+Green+Blue) = 172+107+183=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC6BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BB7 is #539448. Grayscale: #868686. Windows color (decimal): -5477449 or 12020652. OLE color: 12020652.

HSL color Cylindrical-coordinate representation of color #AC6BB7: hue angle of 291.32º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6BB7 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172107183-
CMYK0.060.4200.28
HSL291.32º34.55%56.86%-
HSV(B)291.32º41.53%71.76%-
XYZ30.8222.747.56-
YUV135.1155.03154.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 183 (71.88% from 255) = 39.61%
R=37.23%
G=23.16%
B=39.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721071830.060.4200.28291.3234.5556.86
HexAC6BB762A01C1232339
Octal2541532676520344434371
Binary10101100110101110110111110101010011100100100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BB7; }

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

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

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

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

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

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

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

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