#A812EE

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

Shades of Electric Purple #A812EE

Tints of Electric Purple #A812EE

Color information

#A812EE (or 0xA812EE) is unknown color: approx Electric Purple. HEX triplet: A8, 12 and EE. RGB value is (168,18,238). Sum of RGB (Red+Green+Blue) = 168+18+238=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #A812EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812EE is #57ED11. Grayscale: #575757. Windows color (decimal): -5762322 or 15602344. OLE color: 15602344.

HSL color Cylindrical-coordinate representation of color #A812EE: hue angle of 280.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A812EE is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16818238-
CMYK0.290.9200.07
HSL280.91º86.61%50.2%-
HSV(B)280.91º92.44%93.33%-
XYZ31.814.9382.09-
YUV87.93212.7185.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 18 (7.42% from 255) = 4.25%
BLUE value IS 238 (93.36% from 255) = 56.13%
R=39.62%
G=4.25%
B=56.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168182380.290.9200.07280.9186.6150.2
HexA812EE1D5C071195732
Octal25022356351340743112762
Binary10101000100101110111011101101110001111000110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A812EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A812EE; }

 p { color: rgb(168,18,238); }

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

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

 a { background-color: rgb(168,18,238); }

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

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

 span { border-color: rgb(168,18,238); }

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