#AC6FA3

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

Shades of Violet Blue #AC6FA3

Tints of Violet Blue #AC6FA3

Color information

#AC6FA3 (or 0xAC6FA3) is unknown color: approx Violet Blue. HEX triplet: AC, 6F and A3. RGB value is (172,111,163). Sum of RGB (Red+Green+Blue) = 172+111+163=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6FA3 is #53905C. Grayscale: #878787. Windows color (decimal): -5476445 or 10710956. OLE color: 10710956.

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

Color convert

RGB172111163-
CMYK00.350.050.33
HSL308.85º26.87%55.49%-
HSV(B)308.85º35.47%67.45%-
XYZ29.3122.7837.5-
YUV135.17143.71154.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=38.57%
G=24.89%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211116300.350.050.33308.8526.8755.49
HexAC6FA30235211351b37
Octal2541572430435414653367
Binary10101100110111110100011010001110110000110011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FA3; }

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

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

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

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

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

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

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

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