#A6419A

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

Shades of Violet Blue #A6419A

Tints of Violet Blue #A6419A

Color information

#A6419A (or 0xA6419A) is unknown color: approx Violet Blue. HEX triplet: A6, 41 and 9A. RGB value is (166,65,154). Sum of RGB (Red+Green+Blue) = 166+65+154=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6419A is #59BE65. Grayscale: #696969. Windows color (decimal): -5881446 or 10109350. OLE color: 10109350.

HSL color Cylindrical-coordinate representation of color #A6419A: hue angle of 307.13º 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 #A6419A is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16665154-
CMYK00.610.070.35
HSL307.13º43.72%45.29%-
HSV(B)307.13º60.84%65.1%-
XYZ23.4514.2232.08-
YUV105.34155.46171.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 154 (60.55% from 255) = 40%
R=43.12%
G=16.88%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666515400.610.070.35307.1343.7245.29
HexA6419A03D7231332c2d
Octal2461012320757434635455
Binary101001101000001100110100111101111100011100110011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6419A; }

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

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

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

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

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

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

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

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