#A741F3

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

Shades of Blue Violet #A741F3

Tints of Blue Violet #A741F3

Color information

#A741F3 (or 0xA741F3) is unknown color: approx Blue Violet. HEX triplet: A7, 41 and F3. RGB value is (167,65,243). Sum of RGB (Red+Green+Blue) = 167+65+243=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #A741F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741F3 is #58BE0C. Grayscale: #737373. Windows color (decimal): -5815821 or 15942055. OLE color: 15942055.

HSL color Cylindrical-coordinate representation of color #A741F3: hue angle of 274.38º degrees, saturation: 0.88, 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 #A741F3 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16765243-
CMYK0.310.7300.05
HSL274.38º88.12%60.39%-
HSV(B)274.38º73.25%95.29%-
XYZ3418.4786.57-
YUV115.79199.79164.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 65 (25.78% from 255) = 13.68%
BLUE value IS 243 (95.31% from 255) = 51.16%
R=35.16%
G=13.68%
B=51.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal167652430.310.7300.05274.3888.1260.39
HexA741F31F4905112583c
Octal247101363371110542213074
Binary1010011110000011111001111111100100101011000100101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A741F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A741F3; }

 p { color: rgb(167,65,243); }

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

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

 a { background-color: rgb(167,65,243); }

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

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

 span { border-color: rgb(167,65,243); }

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