#A714FF

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

Shades of Electric Purple #A714FF

Tints of Electric Purple #A714FF

Color information

#A714FF (or 0xA714FF) is unknown color: approx Electric Purple. HEX triplet: A7, 14 and FF. RGB value is (167,20,255). Sum of RGB (Red+Green+Blue) = 167+20+255=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #A714FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A714FF is #58EB00. Grayscale: #595959. Windows color (decimal): -5827329 or 16716967. OLE color: 16716967.

HSL color Cylindrical-coordinate representation of color #A714FF: hue angle of 277.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A714FF is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16720255-
CMYK0.350.9200
HSL277.53º100%53.92%-
HSV(B)277.53º92.16%100%-
XYZ34.2415.9495.88-
YUV90.74220.7182.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 20 (8.20% from 255) = 4.52%
BLUE value IS 255 (100% from 255) = 57.69%
R=37.78%
G=4.52%
B=57.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal167202550.350.9200277.5310053.92
HexA714FF235C001166436
Octal24724377431340042614466
Binary1010011110100111111111000111011100001000101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A714FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A714FF; }

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

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

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

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

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

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

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

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