#A43BEC

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

Shades of Blue Violet #A43BEC

Tints of Blue Violet #A43BEC

Color information

#A43BEC (or 0xA43BEC) is unknown color: approx Blue Violet. HEX triplet: A4, 3B and EC. RGB value is (164,59,236). Sum of RGB (Red+Green+Blue) = 164+59+236=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #A43BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43BEC is #5BC413. Grayscale: #6D6D6D. Windows color (decimal): -6013972 or 15481764. OLE color: 15481764.

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

Color convert

RGB16459236-
CMYK0.310.7500.07
HSL275.59º82.33%57.84%-
HSV(B)275.59º75%92.55%-
XYZ32.0117.0880.97-
YUV110.57198.79166.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 59 (23.44% from 255) = 12.85%
BLUE value IS 236 (92.58% from 255) = 51.42%
R=35.73%
G=12.85%
B=51.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164592360.310.7500.07275.5982.3357.84
HexA43BEC1F4B07114523a
Octal24473354371130742412272
Binary101001001110111110110011111100101101111000101001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43BEC; }

 p { color: rgb(164,59,236); }

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

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

 a { background-color: rgb(164,59,236); }

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

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

 span { border-color: rgb(164,59,236); }

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