#A341F1

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

Shades of Blue Violet #A341F1

Tints of Blue Violet #A341F1

Color information

#A341F1 (or 0xA341F1) is unknown color: approx Blue Violet. HEX triplet: A3, 41 and F1. RGB value is (163,65,241). Sum of RGB (Red+Green+Blue) = 163+65+241=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #A341F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341F1 is #5CBE0E. Grayscale: #717171. Windows color (decimal): -6077967 or 15810979. OLE color: 15810979.

HSL color Cylindrical-coordinate representation of color #A341F1: hue angle of 273.41º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A341F1 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16365241-
CMYK0.320.7300.05
HSL273.41º86.27%60%-
HSV(B)273.41º73.03%94.51%-
XYZ32.8717.9284.95-
YUV114.37199.47162.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 65 (25.78% from 255) = 13.86%
BLUE value IS 241 (94.53% from 255) = 51.39%
R=34.75%
G=13.86%
B=51.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal163652410.320.7300.05273.4186.2760
HexA341F1204905111563c
Octal243101361401110542112674
Binary10100011100000111110001100000100100101011000100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A341F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A341F1; }

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

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

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

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

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

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

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

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