#A30FFC

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

Shades of Electric Purple #A30FFC

Tints of Electric Purple #A30FFC

Color information

#A30FFC (or 0xA30FFC) is unknown color: approx Electric Purple. HEX triplet: A3, 0F and FC. RGB value is (163,15,252). Sum of RGB (Red+Green+Blue) = 163+15+252=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #A30FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FFC is #5CF003. Grayscale: #555555. Windows color (decimal): -6090756 or 16519075. OLE color: 16519075.

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

Color convert

RGB16315252-
CMYK0.350.9400.01
HSL277.47º97.53%52.35%-
HSV(B)277.47º94.05%98.82%-
XYZ32.8515.1693.29-
YUV86.27221.53182.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 15 (6.25% from 255) = 3.49%
BLUE value IS 252 (98.83% from 255) = 58.60%
R=37.91%
G=3.49%
B=58.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal163152520.350.9400.01277.4797.5352.35
HexA3FFC235E011156234
Octal24317374431360142514264
Binary101000111111111111001000111011110011000101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30FFC; }

 p { color: rgb(163,15,252); }

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

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

 a { background-color: rgb(163,15,252); }

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

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

 span { border-color: rgb(163,15,252); }

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