#A0419F

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

Shades of Violet Blue #A0419F

Tints of Violet Blue #A0419F

Color information

#A0419F (or 0xA0419F) is unknown color: approx Violet Blue. HEX triplet: A0, 41 and 9F. RGB value is (160,65,159). Sum of RGB (Red+Green+Blue) = 160+65+159=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0419F is #5FBE60. Grayscale: #676767. Windows color (decimal): -6274657 or 10437024. OLE color: 10437024.

HSL color Cylindrical-coordinate representation of color #A0419F: hue angle of 300.63º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0419F is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16065159-
CMYK00.590.010.37
HSL300.63º42.22%44.12%-
HSV(B)300.63º59.38%62.75%-
XYZ22.6513.7634.26-
YUV104.12158.97167.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=41.67%
G=16.93%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606515900.590.010.37300.6342.2244.12
HexA0419F03B12512d2a2c
Octal2401012370731454555254
Binary1010000010000011001111101110111100101100101101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0419F; }

 p { color: rgb(160,65,159); }

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

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

 a { background-color: rgb(160,65,159); }

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

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

 span { border-color: rgb(160,65,159); }

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