#A74AAC

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

Shades of Violet Blue #A74AAC

Tints of Violet Blue #A74AAC

Color information

#A74AAC (or 0xA74AAC) is unknown color: approx Violet Blue. HEX triplet: A7, 4A and AC. RGB value is (167,74,172). Sum of RGB (Red+Green+Blue) = 167+74+172=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #A74AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AAC is #58B553. Grayscale: #707070. Windows color (decimal): -5813588 or 11291303. OLE color: 11291303.

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

Color convert

RGB16774172-
CMYK0.030.5700.33
HSL296.94º39.84%48.24%-
HSV(B)296.94º56.98%67.45%-
XYZ25.8316.0940.77-
YUV112.98161.31166.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=40.44%
G=17.92%
B=41.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167741720.030.5700.33296.9439.8448.24
HexA74AAC3390211292830
Octal2471122543710414515060
Binary10100111100101010101100111110010100001100101001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74AAC; }

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

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

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

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

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

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

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

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