#A712FF

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

Shades of Electric Purple #A712FF

Tints of Electric Purple #A712FF

Color information

#A712FF (or 0xA712FF) is unknown color: approx Electric Purple. HEX triplet: A7, 12 and FF. RGB value is (167,18,255). Sum of RGB (Red+Green+Blue) = 167+18+255=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A712FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A712FF is #58ED00. Grayscale: #585858. Windows color (decimal): -5827841 or 16716455. OLE color: 16716455.

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

Color convert

RGB16718255-
CMYK0.350.9300
HSL277.72º100%53.53%-
HSV(B)277.72º92.94%100%-
XYZ34.215.8795.87-
YUV89.57221.36183.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 18 (7.42% from 255) = 4.09%
BLUE value IS 255 (100% from 255) = 57.95%
R=37.95%
G=4.09%
B=57.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal167182550.350.9300277.7210053.53
HexA712FF235D001166436
Octal24722377431350042614466
Binary1010011110010111111111000111011101001000101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A712FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A712FF; }

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

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

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

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

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

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

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

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