#A304F1

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

Shades of Electric Purple #A304F1

Tints of Electric Purple #A304F1

Color information

#A304F1 (or 0xA304F1) is unknown color: approx Electric Purple. HEX triplet: A3, 04 and F1. RGB value is (163,4,241). Sum of RGB (Red+Green+Blue) = 163+4+241=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #A304F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A304F1 is #5CFB0E. Grayscale: #4D4D4D. Windows color (decimal): -6093583 or 15795363. OLE color: 15795363.

HSL color Cylindrical-coordinate representation of color #A304F1: hue angle of 280.25º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304F1 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1634241-
CMYK0.320.9800.05
HSL280.25º96.73%48.04%-
HSV(B)280.25º98.34%94.51%-
XYZ31.0214.2284.33-
YUV78.56219.68188.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 4 (1.95% from 255) = 0.98%
BLUE value IS 241 (94.53% from 255) = 59.07%
R=39.95%
G=0.98%
B=59.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16342410.320.9800.05280.2596.7348.04
HexA34F12062051186130
Octal2434361401420543014160
Binary1010001110011110001100000110001001011000110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A304F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A304F1; }

 p { color: rgb(163,4,241); }

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

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

 a { background-color: rgb(163,4,241); }

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

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

 span { border-color: rgb(163,4,241); }

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