#A143EC

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

Shades of Blue Violet #A143EC

Tints of Blue Violet #A143EC

Color information

#A143EC (or 0xA143EC) is unknown color: approx Blue Violet. HEX triplet: A1, 43 and EC. RGB value is (161,67,236). Sum of RGB (Red+Green+Blue) = 161+67+236=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #A143EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143EC is #5EBC13. Grayscale: #717171. Windows color (decimal): -6208532 or 15483809. OLE color: 15483809.

HSL color Cylindrical-coordinate representation of color #A143EC: hue angle of 273.37º 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 #A143EC is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16167236-
CMYK0.320.7200.07
HSL273.37º81.64%59.41%-
HSV(B)273.37º71.61%92.55%-
XYZ31.8517.6581.08-
YUV114.37196.64161.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 67 (26.56% from 255) = 14.44%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=34.70%
G=14.44%
B=50.86%

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
Decimal161672360.320.7200.07273.3781.6459.41
HexA143EC204807111523b
Octal241103354401100742112273
Binary10100001100001111101100100000100100001111000100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A143EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A143EC; }

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

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

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

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

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

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

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

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