#a43dfd

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

Shades of Blue Violet #A43DFD

Tints of Blue Violet #A43DFD

Color information

#A43DFD (or 0xA43DFD) is unknown color: approx Blue Violet. HEX triplet: A4, 3D and FD. RGB value is (164,61,253). Sum of RGB (Red+Green+Blue) = 164+61+253=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #A43DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43DFD is #5BC202. Grayscale: #717171. Windows color (decimal): -6013443 or 16596388. OLE color: 16596388.

HSL color Cylindrical-coordinate representation of color #A43DFD: hue angle of 272.19º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A43DFD is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16461253-
CMYK0.350.7600.01
HSL272.19º97.96%61.57%-
HSV(B)272.19º75.89%99.22%-
XYZ34.7118.3294.64-
YUV113.68206.62163.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 61 (24.22% from 255) = 12.76%
BLUE value IS 253 (99.22% from 255) = 52.93%
R=34.31%
G=12.76%
B=52.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal164612530.350.7600.01272.1997.9661.57
HexA43DFD234C01110623e
Octal24475375431140142014276
Binary10100100111101111111011000111001100011000100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a43dfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a43dfd; }

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

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

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

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

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

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

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

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