#A807EB

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

Shades of Electric Purple #A807EB

Tints of Electric Purple #A807EB

Color information

#A807EB (or 0xA807EB) is unknown color: approx Electric Purple. HEX triplet: A8, 07 and EB. RGB value is (168,7,235). Sum of RGB (Red+Green+Blue) = 168+7+235=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #A807EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A807EB is #57F814. Grayscale: #505050. Windows color (decimal): -5765141 or 15402920. OLE color: 15402920.

HSL color Cylindrical-coordinate representation of color #A807EB: hue angle of 282.37º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807EB is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1687235-
CMYK0.290.9700.08
HSL282.37º94.21%47.45%-
HSV(B)282.37º97.02%92.16%-
XYZ31.2214.4779.75-
YUV81.13214.84189.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 7 (3.12% from 255) = 1.71%
BLUE value IS 235 (92.19% from 255) = 57.32%
R=40.98%
G=1.71%
B=57.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal16872350.290.9700.08282.3794.2147.45
HexA87EB1D610811a5e2f
Octal25073533514101043213657
Binary1010100011111101011111011100001010001000110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A807EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A807EB; }

 p { color: rgb(168,7,235); }

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

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

 a { background-color: rgb(168,7,235); }

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

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

 span { border-color: rgb(168,7,235); }

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