#A514F8

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

Shades of Electric Purple #A514F8

Tints of Electric Purple #A514F8

Color information

#A514F8 (or 0xA514F8) is unknown color: approx Electric Purple. HEX triplet: A5, 14 and F8. RGB value is (165,20,248). Sum of RGB (Red+Green+Blue) = 165+20+248=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #A514F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514F8 is #5AEB07. Grayscale: #585858. Windows color (decimal): -5958408 or 16258213. OLE color: 16258213.

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

Color convert

RGB16520248-
CMYK0.330.9200.03
HSL278.16º94.21%52.55%-
HSV(B)278.16º91.94%97.25%-
XYZ32.7115.2890.03-
YUV89.35217.54181.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 20 (8.20% from 255) = 4.62%
BLUE value IS 248 (97.27% from 255) = 57.27%
R=38.11%
G=4.62%
B=57.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal165202480.330.9200.03278.1694.2152.55
HexA514F8215C031165e35
Octal24524370411340342613665
Binary10100101101001111100010000110111000111000101101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A514F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A514F8; }

 p { color: rgb(165,20,248); }

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

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

 a { background-color: rgb(165,20,248); }

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

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

 span { border-color: rgb(165,20,248); }

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