#A7419E

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

Shades of Violet Blue #A7419E

Tints of Violet Blue #A7419E

Color information

#A7419E (or 0xA7419E) is unknown color: approx Violet Blue. HEX triplet: A7, 41 and 9E. RGB value is (167,65,158). Sum of RGB (Red+Green+Blue) = 167+65+158=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7419E is #58BE61. Grayscale: #696969. Windows color (decimal): -5815906 or 10371495. OLE color: 10371495.

HSL color Cylindrical-coordinate representation of color #A7419E: hue angle of 305.29º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7419E is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16765158-
CMYK00.610.050.35
HSL305.29º43.97%45.49%-
HSV(B)305.29º61.08%65.49%-
XYZ2414.4633.87-
YUV106.1157.29171.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=42.82%
G=16.67%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676515800.610.050.35305.2943.9745.49
HexA7419E03D5231312c2d
Octal2471012360755434615455
Binary101001111000001100111100111101101100011100110001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7419E; }

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

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

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

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

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

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

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

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