#A043EC

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

Shades of Blue Violet #A043EC

Tints of Blue Violet #A043EC

Color information

#A043EC (or 0xA043EC) is unknown color: approx Blue Violet. HEX triplet: A0, 43 and EC. RGB value is (160,67,236). Sum of RGB (Red+Green+Blue) = 160+67+236=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #A043EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A043EC is #5FBC13. Grayscale: #717171. Windows color (decimal): -6274068 or 15483808. OLE color: 15483808.

HSL color Cylindrical-coordinate representation of color #A043EC: hue angle of 273.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A043EC is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16067236-
CMYK0.320.7200.07
HSL273.02º81.64%59.41%-
HSV(B)273.02º71.61%92.55%-
XYZ31.6417.5481.08-
YUV114.07196.81160.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 67 (26.56% from 255) = 14.47%
BLUE value IS 236 (92.58% from 255) = 50.97%
R=34.56%
G=14.47%
B=50.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160672360.320.7200.07273.0281.6459.41
HexA043EC204807111523b
Octal240103354401100742112273
Binary10100000100001111101100100000100100001111000100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A043EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A043EC; }

 p { color: rgb(160,67,236); }

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

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

 a { background-color: rgb(160,67,236); }

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

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

 span { border-color: rgb(160,67,236); }

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