#A81FFD

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

Shades of Electric Purple #A81FFD

Tints of Electric Purple #A81FFD

Color information

#A81FFD (or 0xA81FFD) is unknown color: approx Electric Purple. HEX triplet: A8, 1F and FD. RGB value is (168,31,253). Sum of RGB (Red+Green+Blue) = 168+31+253=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #A81FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81FFD is #57E002. Grayscale: #606060. Windows color (decimal): -5758979 or 16588712. OLE color: 16588712.

HSL color Cylindrical-coordinate representation of color #A81FFD: hue angle of 277.03º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81FFD is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16831253-
CMYK0.340.8800.01
HSL277.03º98.23%55.69%-
HSV(B)277.03º87.75%99.22%-
XYZ34.3716.494.28-
YUV97.27215.89178.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 31 (12.5% from 255) = 6.86%
BLUE value IS 253 (99.22% from 255) = 55.97%
R=37.17%
G=6.86%
B=55.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168312530.340.8800.01277.0398.2355.69
HexA81FFD2258011156238
Octal25037375421300142514270
Binary1010100011111111111011000101011000011000101011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81FFD; }

 p { color: rgb(168,31,253); }

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

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

 a { background-color: rgb(168,31,253); }

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

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

 span { border-color: rgb(168,31,253); }

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