#AC6DB4

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

Shades of Violet Blue #AC6DB4

Tints of Violet Blue #AC6DB4

Color information

#AC6DB4 (or 0xAC6DB4) is unknown color: approx Violet Blue. HEX triplet: AC, 6D and B4. RGB value is (172,109,180). Sum of RGB (Red+Green+Blue) = 172+109+180=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC6DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DB4 is #53924B. Grayscale: #878787. Windows color (decimal): -5476940 or 11824556. OLE color: 11824556.

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

Color convert

RGB172109180-
CMYK0.040.3900.29
HSL293.24º32.13%56.67%-
HSV(B)293.24º39.44%70.59%-
XYZ30.722346-
YUV135.93152.87153.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=37.31%
G=23.64%
B=39.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721091800.040.3900.29293.2432.1356.67
HexAC6DB442701D1252039
Octal2541552644470354454071
Binary10101100110110110110100100100111011101100100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DB4; }

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

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

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

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

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

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

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

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