#AC6DA3

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

Shades of Violet Blue #AC6DA3

Tints of Violet Blue #AC6DA3

Color information

#AC6DA3 (or 0xAC6DA3) is unknown color: approx Violet Blue. HEX triplet: AC, 6D and A3. RGB value is (172,109,163). Sum of RGB (Red+Green+Blue) = 172+109+163=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6DA3 is #53925C. Grayscale: #858585. Windows color (decimal): -5476957 or 10710444. OLE color: 10710444.

HSL color Cylindrical-coordinate representation of color #AC6DA3: hue angle of 308.57º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6DA3 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172109163-
CMYK00.370.050.33
HSL308.57º27.51%55.1%-
HSV(B)308.57º36.63%67.45%-
XYZ29.0922.3537.43-
YUV133.99144.37155.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 163 (64.06% from 255) = 36.71%
R=38.74%
G=24.55%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210916300.370.050.33308.5727.5155.1
HexAC6DA30255211351c37
Octal2541552430455414653467
Binary10101100110110110100011010010110110000110011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DA3; }

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

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

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

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

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

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

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

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