#A618FC

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

Shades of Electric Purple #A618FC

Tints of Electric Purple #A618FC

Color information

#A618FC (or 0xA618FC) is unknown color: approx Electric Purple. HEX triplet: A6, 18 and FC. RGB value is (166,24,252). Sum of RGB (Red+Green+Blue) = 166+24+252=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #A618FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618FC is #59E703. Grayscale: #5B5B5B. Windows color (decimal): -5891844 or 16521382. OLE color: 16521382.

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

Color convert

RGB16624252-
CMYK0.340.9000.01
HSL277.37º97.44%54.12%-
HSV(B)277.37º90.48%98.82%-
XYZ33.6215.7993.37-
YUV92.45218.04180.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 24 (9.77% from 255) = 5.43%
BLUE value IS 252 (98.83% from 255) = 57.01%
R=37.56%
G=5.43%
B=57.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166242520.340.9000.01277.3797.4454.12
HexA618FC225A011156136
Octal24630374421320142514166
Binary1010011011000111111001000101011010011000101011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A618FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A618FC; }

 p { color: rgb(166,24,252); }

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

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

 a { background-color: rgb(166,24,252); }

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

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

 span { border-color: rgb(166,24,252); }

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