#A4419A

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

Shades of Violet Blue #A4419A

Tints of Violet Blue #A4419A

Color information

#A4419A (or 0xA4419A) is unknown color: approx Violet Blue. HEX triplet: A4, 41 and 9A. RGB value is (164,65,154). Sum of RGB (Red+Green+Blue) = 164+65+154=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A4419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4419A is #5BBE65. Grayscale: #686868. Windows color (decimal): -6012518 or 10109348. OLE color: 10109348.

HSL color Cylindrical-coordinate representation of color #A4419A: hue angle of 306.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4419A is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16465154-
CMYK00.600.060.36
HSL306.06º43.23%44.9%-
HSV(B)306.06º60.37%64.31%-
XYZ23.0314.0132.06-
YUV104.75155.8170.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 65 (25.78% from 255) = 16.97%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=42.82%
G=16.97%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646515400.600.060.36306.0643.2344.9
HexA4419A03C6241322b2d
Octal2441012320746444625355
Binary101001001000001100110100111100110100100100110010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4419A; }

 p { color: rgb(164,65,154); }

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

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

 a { background-color: rgb(164,65,154); }

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

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

 span { border-color: rgb(164,65,154); }

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