#AC47AD

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

Shades of Violet Blue #AC47AD

Tints of Violet Blue #AC47AD

Color information

#AC47AD (or 0xAC47AD) is unknown color: approx Violet Blue. HEX triplet: AC, 47 and AD. RGB value is (172,71,173). Sum of RGB (Red+Green+Blue) = 172+71+173=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC47AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47AD is #53B852. Grayscale: #707070. Windows color (decimal): -5486675 or 11356076. OLE color: 11356076.

HSL color Cylindrical-coordinate representation of color #AC47AD: hue angle of 299.41º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC47AD is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17271173-
CMYK0.010.5900.32
HSL299.41º41.8%47.84%-
HSV(B)299.41º58.96%67.84%-
XYZ26.8116.2941.27-
YUV112.83161.96170.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 71 (28.12% from 255) = 17.07%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=41.35%
G=17.07%
B=41.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172711730.010.5900.32299.4141.847.84
HexAC47AD13B02012b2a30
Octal2541072551730404535260
Binary1010110010001111010110111110110100000100101011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC47AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC47AD; }

 p { color: rgb(172,71,173); }

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

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

 a { background-color: rgb(172,71,173); }

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

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

 span { border-color: rgb(172,71,173); }

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