#A80BFB

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

Shades of Electric Purple #A80BFB

Tints of Electric Purple #A80BFB

Color information

#A80BFB (or 0xA80BFB) is unknown color: approx Electric Purple. HEX triplet: A8, 0B and FB. RGB value is (168,11,251). Sum of RGB (Red+Green+Blue) = 168+11+251=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #A80BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80BFB is #57F404. Grayscale: #545454. Windows color (decimal): -5764101 or 16452520. OLE color: 16452520.

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

Color convert

RGB16811251-
CMYK0.330.9600.02
HSL279.25º96.77%51.37%-
HSV(B)279.25º95.62%98.43%-
XYZ33.6815.5392.49-
YUV85.3221.51186.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 11 (4.69% from 255) = 2.56%
BLUE value IS 251 (98.44% from 255) = 58.37%
R=39.07%
G=2.56%
B=58.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal168112510.330.9600.02279.2596.7751.37
HexA8BFB2160021176133
Octal25013373411400242714163
Binary1010100010111111101110000111000000101000101111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80BFB; }

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

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

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

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

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

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

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

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