#A741FC

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

Shades of Blue Violet #A741FC

Tints of Blue Violet #A741FC

Color information

#A741FC (or 0xA741FC) is unknown color: approx Blue Violet. HEX triplet: A7, 41 and FC. RGB value is (167,65,252). Sum of RGB (Red+Green+Blue) = 167+65+252=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #A741FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741FC is #58BE03. Grayscale: #747474. Windows color (decimal): -5815812 or 16531879. OLE color: 16531879.

HSL color Cylindrical-coordinate representation of color #A741FC: hue angle of 272.73º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A741FC is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16765252-
CMYK0.340.7400.01
HSL272.73º96.89%62.16%-
HSV(B)272.73º74.21%98.82%-
XYZ35.419.0293.9-
YUV116.82204.29163.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 65 (25.78% from 255) = 13.43%
BLUE value IS 252 (98.83% from 255) = 52.07%
R=34.50%
G=13.43%
B=52.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal167652520.340.7400.01272.7396.8962.16
HexA741FC224A01111613e
Octal247101374421120142114176
Binary101001111000001111111001000101001010011000100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A741FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A741FC; }

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

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

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

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

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

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

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

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