#AC70B3

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

Shades of Violet Blue #AC70B3

Tints of Violet Blue #AC70B3

Color information

#AC70B3 (or 0xAC70B3) is unknown color: approx Violet Blue. HEX triplet: AC, 70 and B3. RGB value is (172,112,179). Sum of RGB (Red+Green+Blue) = 172+112+179=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC70B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70B3 is #538F4C. Grayscale: #898989. Windows color (decimal): -5476173 or 11759788. OLE color: 11759788.

HSL color Cylindrical-coordinate representation of color #AC70B3: hue angle of 293.73º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC70B3 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172112179-
CMYK0.040.3700.30
HSL293.73º30.59%57.06%-
HSV(B)293.73º37.43%70.2%-
XYZ30.9423.6145.57-
YUV137.58151.38152.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=37.15%
G=24.19%
B=38.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721121790.040.3700.30293.7330.5957.06
HexAC70B342501E1261f39
Octal2541602634450364463771
Binary1010110011100001011001110010010101111010010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70B3; }

 p { color: rgb(172,112,179); }

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

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

 a { background-color: rgb(172,112,179); }

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

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

 span { border-color: rgb(172,112,179); }

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