#A341A9

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

Shades of Violet Blue #A341A9

Tints of Violet Blue #A341A9

Color information

#A341A9 (or 0xA341A9) is unknown color: approx Violet Blue. HEX triplet: A3, 41 and A9. RGB value is (163,65,169). Sum of RGB (Red+Green+Blue) = 163+65+169=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #A341A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A341A9 is #5CBE56. Grayscale: #696969. Windows color (decimal): -6078039 or 11092387. OLE color: 11092387.

HSL color Cylindrical-coordinate representation of color #A341A9: hue angle of 296.54º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A341A9 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16365169-
CMYK0.040.6200.34
HSL296.54º44.44%45.88%-
HSV(B)296.54º61.54%66.27%-
XYZ24.1614.4339.05-
YUV106.16163.47168.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=41.06%
G=16.37%
B=42.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163651690.040.6200.34296.5444.4445.88
HexA341A943E0221292c2e
Octal2431012514760424515456
Binary101000111000001101010011001111100100010100101001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A341A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A341A9; }

 p { color: rgb(163,65,169); }

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

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

 a { background-color: rgb(163,65,169); }

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

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

 span { border-color: rgb(163,65,169); }

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