#A507FE

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

Shades of Electric Purple #A507FE

Tints of Electric Purple #A507FE

Color information

#A507FE (or 0xA507FE) is unknown color: approx Electric Purple. HEX triplet: A5, 07 and FE. RGB value is (165,7,254). Sum of RGB (Red+Green+Blue) = 165+7+254=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #A507FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A507FE is #5AF801. Grayscale: #515151. Windows color (decimal): -5961730 or 16648101. OLE color: 16648101.

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

Color convert

RGB1657254-
CMYK0.350.9700.00
HSL278.38º99.2%51.18%-
HSV(B)278.38º97.24%99.61%-
XYZ33.4815.3194.96-
YUV82.4224.85186.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 7 (3.12% from 255) = 1.64%
BLUE value IS 254 (99.61% from 255) = 59.62%
R=38.73%
G=1.64%
B=59.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal16572540.350.9700.00278.3899.251.18
HexA57FE2361001166333
Octal2457376431410042614363
Binary10100101111111111101000111100001001000101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A507FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A507FE; }

 p { color: rgb(165,7,254); }

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

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

 a { background-color: rgb(165,7,254); }

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

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

 span { border-color: rgb(165,7,254); }

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