#A81CFA

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

Shades of Electric Purple #A81CFA

Tints of Electric Purple #A81CFA

Color information

#A81CFA (or 0xA81CFA) is unknown color: approx Electric Purple. HEX triplet: A8, 1C and FA. RGB value is (168,28,250). Sum of RGB (Red+Green+Blue) = 168+28+250=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #A81CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CFA is #57E305. Grayscale: #5E5E5E. Windows color (decimal): -5759750 or 16391336. OLE color: 16391336.

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

Color convert

RGB16828250-
CMYK0.330.8900.02
HSL277.84º95.69%54.51%-
HSV(B)277.84º88.8%98.04%-
XYZ33.8216.0691.76-
YUV95.17215.38179.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 28 (11.33% from 255) = 6.28%
BLUE value IS 250 (98.05% from 255) = 56.05%
R=37.67%
G=6.28%
B=56.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal168282500.330.8900.02277.8495.6954.51
HexA81CFA2159021166037
Octal25034372411310242614067
Binary10101000111001111101010000110110010101000101101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81CFA; }

 p { color: rgb(168,28,250); }

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

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

 a { background-color: rgb(168,28,250); }

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

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

 span { border-color: rgb(168,28,250); }

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