#A912FF

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

Shades of Electric Purple #A912FF

Tints of Electric Purple #A912FF

Color information

#A912FF (or 0xA912FF) is unknown color: approx Electric Purple. HEX triplet: A9, 12 and FF. RGB value is (169,18,255). Sum of RGB (Red+Green+Blue) = 169+18+255=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #A912FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A912FF is #56ED00. Grayscale: #595959. Windows color (decimal): -5696769 or 16716457. OLE color: 16716457.

HSL color Cylindrical-coordinate representation of color #A912FF: hue angle of 278.23º 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 #A912FF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16918255-
CMYK0.340.9300
HSL278.23º100%53.53%-
HSV(B)278.23º92.94%100%-
XYZ34.6316.0995.89-
YUV90.17221.03184.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 18 (7.42% from 255) = 4.07%
BLUE value IS 255 (100% from 255) = 57.69%
R=38.24%
G=4.07%
B=57.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal169182550.340.9300278.2310053.53
HexA912FF225D001166436
Octal25122377421350042614466
Binary1010100110010111111111000101011101001000101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A912FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A912FF; }

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

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

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

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

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

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

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

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