#A43BF4

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

Shades of Blue Violet #A43BF4

Tints of Blue Violet #A43BF4

Color information

#A43BF4 (or 0xA43BF4) is unknown color: approx Blue Violet. HEX triplet: A4, 3B and F4. RGB value is (164,59,244). Sum of RGB (Red+Green+Blue) = 164+59+244=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #A43BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43BF4 is #5BC40B. Grayscale: #6E6E6E. Windows color (decimal): -6013964 or 16006052. OLE color: 16006052.

HSL color Cylindrical-coordinate representation of color #A43BF4: hue angle of 274.05º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A43BF4 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16459244-
CMYK0.330.7600.04
HSL274.05º89.37%59.41%-
HSV(B)274.05º75.82%95.69%-
XYZ33.217.5587.23-
YUV111.48202.79165.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 59 (23.44% from 255) = 12.63%
BLUE value IS 244 (95.70% from 255) = 52.25%
R=35.12%
G=12.63%
B=52.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164592440.330.7600.04274.0589.3759.41
HexA43BF4214C04112593b
Octal24473364411140442213173
Binary1010010011101111110100100001100110001001000100101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43BF4; }

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

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

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

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

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

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

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

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