#a70ffa

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

Shades of Electric Purple #A70FFA

Tints of Electric Purple #A70FFA

Color information

#A70FFA (or 0xA70FFA) is unknown color: approx Electric Purple. HEX triplet: A7, 0F and FA. RGB value is (167,15,250). Sum of RGB (Red+Green+Blue) = 167+15+250=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #A70FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FFA is #58F005. Grayscale: #565656. Windows color (decimal): -5828614 or 16388007. OLE color: 16388007.

HSL color Cylindrical-coordinate representation of color #A70FFA: hue angle of 278.81º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70FFA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16715250-
CMYK0.330.9400.02
HSL278.81º95.92%51.96%-
HSV(B)278.81º94%98.04%-
XYZ33.3615.4691.67-
YUV87.24219.86184.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 15 (6.25% from 255) = 3.47%
BLUE value IS 250 (98.05% from 255) = 57.87%
R=38.66%
G=3.47%
B=57.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal167152500.330.9400.02278.8195.9251.96
HexA7FFA215E021176034
Octal24717372411360242714064
Binary1010011111111111101010000110111100101000101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a70ffa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a70ffa; }

 p { color: rgb(167,15,250); }

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

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

 a { background-color: rgb(167,15,250); }

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

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

 span { border-color: rgb(167,15,250); }

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