#AC6BB5

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

Shades of Violet Blue #AC6BB5

Tints of Violet Blue #AC6BB5

Color information

#AC6BB5 (or 0xAC6BB5) is unknown color: approx Violet Blue. HEX triplet: AC, 6B and B5. RGB value is (172,107,181). Sum of RGB (Red+Green+Blue) = 172+107+181=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC6BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BB5 is #53944A. Grayscale: #868686. Windows color (decimal): -5477451 or 11889580. OLE color: 11889580.

HSL color Cylindrical-coordinate representation of color #AC6BB5: hue angle of 292.7º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6BB5 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172107181-
CMYK0.050.4100.29
HSL292.7º33.33%56.47%-
HSV(B)292.7º40.88%70.98%-
XYZ30.6122.6246.47-
YUV134.87154.03154.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=37.39%
G=23.26%
B=39.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721071810.050.4100.29292.733.3356.47
HexAC6BB552901D1252138
Octal2541532655510354454170
Binary10101100110101110110101101101001011101100100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BB5; }

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

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

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

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

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

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

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

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