#A714F7

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

Shades of Electric Purple #A714F7

Tints of Electric Purple #A714F7

Color information

#A714F7 (or 0xA714F7) is unknown color: approx Electric Purple. HEX triplet: A7, 14 and F7. RGB value is (167,20,247). Sum of RGB (Red+Green+Blue) = 167+20+247=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 247 (96.88% from 255 or 56.91% from 434); Max value from RGB is 247 - color contains mainly: blue. Hex color #A714F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A714F7 is #58EB08. Grayscale: #595959. Windows color (decimal): -5827337 or 16192679. OLE color: 16192679.

HSL color Cylindrical-coordinate representation of color #A714F7: hue angle of 278.85º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A714F7 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16720247-
CMYK0.320.9200.03
HSL278.85º93.42%52.35%-
HSV(B)278.85º91.9%96.86%-
XYZ32.9815.4389.24-
YUV89.83216.7183.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 20 (8.20% from 255) = 4.61%
BLUE value IS 247 (96.88% from 255) = 56.91%
R=38.48%
G=4.61%
B=56.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal167202470.320.9200.03278.8593.4252.35
HexA714F7205C031175d34
Octal24724367401340342713564
Binary10100111101001111011110000010111000111000101111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A714F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A714F7; }

 p { color: rgb(167,20,247); }

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

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

 a { background-color: rgb(167,20,247); }

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

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

 span { border-color: rgb(167,20,247); }

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