#A042F5

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

Shades of Blue Violet #A042F5

Tints of Blue Violet #A042F5

Color information

#A042F5 (or 0xA042F5) is unknown color: approx Blue Violet. HEX triplet: A0, 42 and F5. RGB value is (160,66,245). Sum of RGB (Red+Green+Blue) = 160+66+245=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #A042F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A042F5 is #5FBD0A. Grayscale: #717171. Windows color (decimal): -6274315 or 16073376. OLE color: 16073376.

HSL color Cylindrical-coordinate representation of color #A042F5: hue angle of 271.51º degrees, saturation: 0.9, 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 #A042F5 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16066245-
CMYK0.350.7300.04
HSL271.51º89.95%60.98%-
HSV(B)271.51º73.06%96.08%-
XYZ32.9317.9688.12-
YUV114.51201.64160.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 66 (26.17% from 255) = 14.01%
BLUE value IS 245 (96.09% from 255) = 52.02%
R=33.97%
G=14.01%
B=52.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160662450.350.7300.04271.5189.9560.98
HexA042F52349041105a3d
Octal240102365431110442013275
Binary10100000100001011110101100011100100101001000100001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A042F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A042F5; }

 p { color: rgb(160,66,245); }

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

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

 a { background-color: rgb(160,66,245); }

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

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

 span { border-color: rgb(160,66,245); }

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