#A341F4

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

Shades of Blue Violet #A341F4

Tints of Blue Violet #A341F4

Color information

#A341F4 (or 0xA341F4) is unknown color: approx Blue Violet. HEX triplet: A3, 41 and F4. RGB value is (163,65,244). Sum of RGB (Red+Green+Blue) = 163+65+244=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #A341F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341F4 is #5CBE0B. Grayscale: #727272. Windows color (decimal): -6077964 or 16007587. OLE color: 16007587.

HSL color Cylindrical-coordinate representation of color #A341F4: hue angle of 272.85º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A341F4 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16365244-
CMYK0.330.7300.04
HSL272.85º89.05%60.59%-
HSV(B)272.85º73.36%95.69%-
XYZ33.3218.187.33-
YUV114.71200.97162.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 65 (25.78% from 255) = 13.77%
BLUE value IS 244 (95.70% from 255) = 51.69%
R=34.53%
G=13.77%
B=51.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163652440.330.7300.04272.8589.0560.59
HexA341F4214904111593d
Octal243101364411110442113175
Binary10100011100000111110100100001100100101001000100011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A341F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A341F4; }

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

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

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

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

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

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

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

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