#A741AC

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

Shades of Violet Blue #A741AC

Tints of Violet Blue #A741AC

Color information

#A741AC (or 0xA741AC) is unknown color: approx Violet Blue. HEX triplet: A7, 41 and AC. RGB value is (167,65,172). Sum of RGB (Red+Green+Blue) = 167+65+172=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #A741AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A741AC is #58BE53. Grayscale: #6B6B6B. Windows color (decimal): -5815892 or 11288999. OLE color: 11288999.

HSL color Cylindrical-coordinate representation of color #A741AC: hue angle of 297.2º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A741AC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16765172-
CMYK0.030.6200.33
HSL297.2º45.15%46.47%-
HSV(B)297.2º62.21%67.45%-
XYZ25.2714.9740.59-
YUV107.7164.29170.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 65 (25.78% from 255) = 16.09%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=41.34%
G=16.09%
B=42.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167651720.030.6200.33297.245.1546.47
HexA741AC33E0211292d2e
Octal2471012543760414515556
Binary10100111100000110101100111111100100001100101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A741AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A741AC; }

 p { color: rgb(167,65,172); }

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

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

 a { background-color: rgb(167,65,172); }

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

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

 span { border-color: rgb(167,65,172); }

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