#A800FF

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

Shades of Electric Purple #A800FF

Tints of Electric Purple #A800FF

Color information

#A800FF (or 0xA800FF) is unknown color: approx Electric Purple. HEX triplet: A8, 00 and FF. RGB value is (168,0,255). Sum of RGB (Red+Green+Blue) = 168+0+255=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #A800FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800FF is #57FF00. Grayscale: #4E4E4E. Windows color (decimal): -5766913 or 16711848. OLE color: 16711848.

HSL color Cylindrical-coordinate representation of color #A800FF: hue angle of 279.53º 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 #A800FF is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1680255-
CMYK0.34100
HSL279.53º100%50%-
HSV(B)279.53º100%100%-
XYZ34.215.5495.81-
YUV79.3227.16191.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 60.28%
R=39.72%
G=0%
B=60.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16802550.34100279.5310050
HexA80FF2264001186432
Octal2500377421440043014462
Binary101010000111111111000101100100001000110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A800FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A800FF; }

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

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

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

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

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

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

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

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