#A500FF

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

Shades of Electric Purple #A500FF

Tints of Electric Purple #A500FF

Color information

#A500FF (or 0xA500FF) is unknown color: approx Electric Purple. HEX triplet: A5, 00 and FF. RGB value is (165,0,255). Sum of RGB (Red+Green+Blue) = 165+0+255=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #A500FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500FF is #5AFF00. Grayscale: #4D4D4D. Windows color (decimal): -5963521 or 16711845. OLE color: 16711845.

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

Color convert

RGB1650255-
CMYK0.35100
HSL278.82º100%50%-
HSV(B)278.82º100%100%-
XYZ33.5715.2295.78-
YUV78.4227.66189.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 60.71%
R=39.29%
G=0%
B=60.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16502550.35100278.8210050
HexA50FF2364001176432
Octal2450377431440042714462
Binary101001010111111111000111100100001000101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A500FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A500FF; }

 p { color: rgb(165,0,255); }

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

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

 a { background-color: rgb(165,0,255); }

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

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

 span { border-color: rgb(165,0,255); }

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