#A43DF8

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

Shades of Blue Violet #A43DF8

Tints of Blue Violet #A43DF8

Color information

#A43DF8 (or 0xA43DF8) is unknown color: approx Blue Violet. HEX triplet: A4, 3D and F8. RGB value is (164,61,248). Sum of RGB (Red+Green+Blue) = 164+61+248=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #A43DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43DF8 is #5BC207. Grayscale: #707070. Windows color (decimal): -6013448 or 16268708. OLE color: 16268708.

HSL color Cylindrical-coordinate representation of color #A43DF8: hue angle of 273.05º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43DF8 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16461248-
CMYK0.340.7500.03
HSL273.05º93.03%60.59%-
HSV(B)273.05º75.4%97.25%-
XYZ33.9218.0190.49-
YUV113.12204.12164.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 61 (24.22% from 255) = 12.90%
BLUE value IS 248 (97.27% from 255) = 52.43%
R=34.67%
G=12.90%
B=52.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal164612480.340.7500.03273.0593.0360.59
HexA43DF8224B031115d3d
Octal24475370421130342113575
Binary101001001111011111100010001010010110111000100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43DF8; }

 p { color: rgb(164,61,248); }

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

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

 a { background-color: rgb(164,61,248); }

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

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

 span { border-color: rgb(164,61,248); }

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