#A812FF

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

Shades of Electric Purple #A812FF

Tints of Electric Purple #A812FF

Color information

#A812FF (or 0xA812FF) is unknown color: approx Electric Purple. HEX triplet: A8, 12 and FF. RGB value is (168,18,255). Sum of RGB (Red+Green+Blue) = 168+18+255=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #A812FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812FF is #57ED00. Grayscale: #595959. Windows color (decimal): -5762305 or 16716456. OLE color: 16716456.

HSL color Cylindrical-coordinate representation of color #A812FF: hue angle of 277.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A812FF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16818255-
CMYK0.340.9300
HSL277.97º100%53.53%-
HSV(B)277.97º92.94%100%-
XYZ34.4115.9895.88-
YUV89.87221.2183.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 18 (7.42% from 255) = 4.08%
BLUE value IS 255 (100% from 255) = 57.82%
R=38.10%
G=4.08%
B=57.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal168182550.340.9300277.9710053.53
HexA812FF225D001166436
Octal25022377421350042614466
Binary1010100010010111111111000101011101001000101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A812FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A812FF; }

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

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

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

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

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

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

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

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