#A302F3

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

Shades of Electric Purple #A302F3

Tints of Electric Purple #A302F3

Color information

#A302F3 (or 0xA302F3) is unknown color: approx Electric Purple. HEX triplet: A3, 02 and F3. RGB value is (163,2,243). Sum of RGB (Red+Green+Blue) = 163+2+243=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 243 (95.31% from 255 or 59.56% from 408); Max value from RGB is 243 - color contains mainly: blue. Hex color #A302F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302F3 is #5CFD0C. Grayscale: #4C4C4C. Windows color (decimal): -6094093 or 15925923. OLE color: 15925923.

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

Color convert

RGB1632243-
CMYK0.330.9900.05
HSL280.08º98.37%48.04%-
HSV(B)280.08º99.18%95.29%-
XYZ31.314.385.9-
YUV77.61221.34188.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 2 (1.17% from 255) = 0.49%
BLUE value IS 243 (95.31% from 255) = 59.56%
R=39.95%
G=0.49%
B=59.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16322430.330.9900.05280.0898.3748.04
HexA32F32163051186230
Octal2432363411430543014260
Binary101000111011110011100001110001101011000110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A302F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A302F3; }

 p { color: rgb(163,2,243); }

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

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

 a { background-color: rgb(163,2,243); }

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

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

 span { border-color: rgb(163,2,243); }

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