#A30CFC

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

Shades of Electric Purple #A30CFC

Tints of Electric Purple #A30CFC

Color information

#A30CFC (or 0xA30CFC) is unknown color: approx Electric Purple. HEX triplet: A3, 0C and FC. RGB value is (163,12,252). Sum of RGB (Red+Green+Blue) = 163+12+252=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #A30CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30CFC is #5CF303. Grayscale: #535353. Windows color (decimal): -6091524 or 16518307. OLE color: 16518307.

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

Color convert

RGB16312252-
CMYK0.350.9500.01
HSL277.75º97.56%51.76%-
HSV(B)277.75º95.24%98.82%-
XYZ32.8115.0893.28-
YUV84.51222.53183.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 12 (5.08% from 255) = 2.81%
BLUE value IS 252 (98.83% from 255) = 59.02%
R=38.17%
G=2.81%
B=59.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal163122520.350.9500.01277.7597.5651.76
HexA3CFC235F011166234
Octal24314374431370142614264
Binary101000111100111111001000111011111011000101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30CFC; }

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

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

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

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

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

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

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

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