#A81AFB

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

Shades of Electric Purple #A81AFB

Tints of Electric Purple #A81AFB

Color information

#A81AFB (or 0xA81AFB) is unknown color: approx Electric Purple. HEX triplet: A8, 1A and FB. RGB value is (168,26,251). Sum of RGB (Red+Green+Blue) = 168+26+251=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #A81AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AFB is #57E504. Grayscale: #5D5D5D. Windows color (decimal): -5760261 or 16456360. OLE color: 16456360.

HSL color Cylindrical-coordinate representation of color #A81AFB: hue angle of 277.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81AFB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16826251-
CMYK0.330.9000.02
HSL277.87º96.57%54.31%-
HSV(B)277.87º89.64%98.43%-
XYZ33.9316.0392.57-
YUV94.11216.54180.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 26 (10.55% from 255) = 5.84%
BLUE value IS 251 (98.44% from 255) = 56.40%
R=37.75%
G=5.84%
B=56.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal168262510.330.9000.02277.8796.5754.31
HexA81AFB215A021166136
Octal25032373411320242614166
Binary10101000110101111101110000110110100101000101101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81AFB; }

 p { color: rgb(168,26,251); }

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

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

 a { background-color: rgb(168,26,251); }

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

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

 span { border-color: rgb(168,26,251); }

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