#A243EC

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

Shades of Blue Violet #A243EC

Tints of Blue Violet #A243EC

Color information

#A243EC (or 0xA243EC) is unknown color: approx Blue Violet. HEX triplet: A2, 43 and EC. RGB value is (162,67,236). Sum of RGB (Red+Green+Blue) = 162+67+236=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #A243EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A243EC is #5DBC13. Grayscale: #727272. Windows color (decimal): -6142996 or 15483810. OLE color: 15483810.

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

Color convert

RGB16267236-
CMYK0.310.7200.07
HSL273.73º81.64%59.41%-
HSV(B)273.73º71.61%92.55%-
XYZ32.0517.7581.09-
YUV114.67196.47161.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 67 (26.56% from 255) = 14.41%
BLUE value IS 236 (92.58% from 255) = 50.75%
R=34.84%
G=14.41%
B=50.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162672360.310.7200.07273.7381.6459.41
HexA243EC1F4807112523b
Octal242103354371100742212273
Binary1010001010000111110110011111100100001111000100101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A243EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A243EC; }

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

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

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

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

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

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

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

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