#A518F8

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

Shades of Electric Purple #A518F8

Tints of Electric Purple #A518F8

Color information

#A518F8 (or 0xA518F8) is unknown color: approx Electric Purple. HEX triplet: A5, 18 and F8. RGB value is (165,24,248). Sum of RGB (Red+Green+Blue) = 165+24+248=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #A518F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518F8 is #5AE707. Grayscale: #5A5A5A. Windows color (decimal): -5957384 or 16259237. OLE color: 16259237.

HSL color Cylindrical-coordinate representation of color #A518F8: hue angle of 277.77º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A518F8 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16524248-
CMYK0.330.9000.03
HSL277.77º94.12%53.33%-
HSV(B)277.77º90.32%97.25%-
XYZ32.7915.4390.06-
YUV91.7216.21180.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 24 (9.77% from 255) = 5.49%
BLUE value IS 248 (97.27% from 255) = 56.75%
R=37.76%
G=5.49%
B=56.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal165242480.330.9000.03277.7794.1253.33
HexA518F8215A031165e35
Octal24530370411320342613665
Binary10100101110001111100010000110110100111000101101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A518F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A518F8; }

 p { color: rgb(165,24,248); }

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

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

 a { background-color: rgb(165,24,248); }

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

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

 span { border-color: rgb(165,24,248); }

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