#A741F8

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

Shades of Blue Violet #A741F8

Tints of Blue Violet #A741F8

Color information

#A741F8 (or 0xA741F8) is unknown color: approx Blue Violet. HEX triplet: A7, 41 and F8. RGB value is (167,65,248). Sum of RGB (Red+Green+Blue) = 167+65+248=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #A741F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741F8 is #58BE07. Grayscale: #737373. Windows color (decimal): -5815816 or 16269735. OLE color: 16269735.

HSL color Cylindrical-coordinate representation of color #A741F8: hue angle of 273.44º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A741F8 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16765248-
CMYK0.330.7400.03
HSL273.44º92.89%61.37%-
HSV(B)273.44º73.79%97.25%-
XYZ34.7718.7790.6-
YUV116.36202.29164.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 65 (25.78% from 255) = 13.54%
BLUE value IS 248 (97.27% from 255) = 51.67%
R=34.79%
G=13.54%
B=51.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal167652480.330.7400.03273.4492.8961.37
HexA741F8214A031115d3d
Octal247101370411120342113575
Binary1010011110000011111100010000110010100111000100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A741F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A741F8; }

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

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

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

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

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

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

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

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