#A247AC

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

Shades of Violet Blue #A247AC

Tints of Violet Blue #A247AC

Color information

#A247AC (or 0xA247AC) is unknown color: approx Violet Blue. HEX triplet: A2, 47 and AC. RGB value is (162,71,172). Sum of RGB (Red+Green+Blue) = 162+71+172=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #A247AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A247AC is #5DB853. Grayscale: #6D6D6D. Windows color (decimal): -6142036 or 11290530. OLE color: 11290530.

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

Color convert

RGB16271172-
CMYK0.060.5900.33
HSL294.06º41.56%47.65%-
HSV(B)294.06º58.72%67.45%-
XYZ24.615.1740.66-
YUV109.72163.15165.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=40%
G=17.53%
B=42.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162711720.060.5900.33294.0641.5647.65
HexA247AC63B0211262a30
Octal2421072546730414465260
Binary101000101000111101011001101110110100001100100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A247AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A247AC; }

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

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

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

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

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

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

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

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