#A617FD

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

Shades of Electric Purple #A617FD

Tints of Electric Purple #A617FD

Color information

#A617FD (or 0xA617FD) is unknown color: approx Electric Purple. HEX triplet: A6, 17 and FD. RGB value is (166,23,253). Sum of RGB (Red+Green+Blue) = 166+23+253=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #A617FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A617FD is #59E802. Grayscale: #5B5B5B. Windows color (decimal): -5892099 or 16586662. OLE color: 16586662.

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

Color convert

RGB16623253-
CMYK0.340.9100.01
HSL277.3º98.29%54.12%-
HSV(B)277.3º90.91%99.22%-
XYZ33.7615.8194.2-
YUV91.98218.88180.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 23 (9.38% from 255) = 5.20%
BLUE value IS 253 (99.22% from 255) = 57.24%
R=37.56%
G=5.20%
B=57.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166232530.340.9100.01277.398.2954.12
HexA617FD225B011156236
Octal24627375421330142514266
Binary1010011010111111111011000101011011011000101011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A617FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A617FD; }

 p { color: rgb(166,23,253); }

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

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

 a { background-color: rgb(166,23,253); }

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

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

 span { border-color: rgb(166,23,253); }

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