#A700FC

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

Shades of Electric Purple #A700FC

Tints of Electric Purple #A700FC

Color information

#A700FC (or 0xA700FC) is unknown color: approx Electric Purple. HEX triplet: A7, 00 and FC. RGB value is (167,0,252). Sum of RGB (Red+Green+Blue) = 167+0+252=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #A700FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A700FC is #58FF03. Grayscale: #4D4D4D. Windows color (decimal): -5832452 or 16515239. OLE color: 16515239.

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

Color convert

RGB1670252-
CMYK0.34100.01
HSL279.76º100%49.41%-
HSV(B)279.76º100%98.82%-
XYZ33.5115.2493.27-
YUV78.66225.83191.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 252 (98.83% from 255) = 60.14%
R=39.86%
G=0%
B=60.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16702520.34100.01279.7610049.41
HexA70FC2264011186431
Octal2470374421440143014461
Binary101001110111111001000101100100011000110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A700FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A700FC; }

 p { color: rgb(167,0,252); }

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

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

 a { background-color: rgb(167,0,252); }

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

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

 span { border-color: rgb(167,0,252); }

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