#A74495

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

Shades of Violet Blue #A74495

Tints of Violet Blue #A74495

Color information

#A74495 (or 0xA74495) is unknown color: approx Violet Blue. HEX triplet: A7, 44 and 95. RGB value is (167,68,149). Sum of RGB (Red+Green+Blue) = 167+68+149=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A74495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74495 is #58BB6A. Grayscale: #6A6A6A. Windows color (decimal): -5815147 or 9782439. OLE color: 9782439.

HSL color Cylindrical-coordinate representation of color #A74495: hue angle of 310.91º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74495 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16768149-
CMYK00.590.110.35
HSL310.91º42.13%46.08%-
HSV(B)310.91º59.28%65.49%-
XYZ23.4314.5230-
YUV106.84151.8170.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 68 (26.95% from 255) = 17.71%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=43.49%
G=17.71%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676814900.590.110.35310.9142.1346.08
HexA7449503BB231372a2e
Octal24710422507313434675256
Binary1010011110001001001010101110111011100011100110111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74495; }

 p { color: rgb(167,68,149); }

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

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

 a { background-color: rgb(167,68,149); }

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

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

 span { border-color: rgb(167,68,149); }

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