#A51AFC

Color #A51AFC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #A51AFC

Tints of Electric Purple #A51AFC

Color information

#A51AFC (or 0xA51AFC) is unknown color: approx Electric Purple. HEX triplet: A5, 1A and FC. RGB value is (165,26,252). Sum of RGB (Red+Green+Blue) = 165+26+252=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #A51AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51AFC is #5AE503. Grayscale: #5C5C5C. Windows color (decimal): -5956868 or 16521893. OLE color: 16521893.

HSL color Cylindrical-coordinate representation of color #A51AFC: hue angle of 276.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51AFC is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16526252-
CMYK0.350.9000.01
HSL276.9º97.41%54.51%-
HSV(B)276.9º89.68%98.82%-
XYZ33.4615.7793.38-
YUV93.32217.55179.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 26 (10.55% from 255) = 5.87%
BLUE value IS 252 (98.83% from 255) = 56.88%
R=37.25%
G=5.87%
B=56.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165262520.350.9000.01276.997.4154.51
HexA51AFC235A011156137
Octal24532374431320142514167
Binary1010010111010111111001000111011010011000101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51AFC; }

 p { color: rgb(165,26,252); }

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

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

 a { background-color: rgb(165,26,252); }

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

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

 span { border-color: rgb(165,26,252); }

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