Html Css Color HEX #A712FE Electric Purple

📋 copy color: '#A712FE'

red 167 ◦ green 18 ◦ blue 254

#A712FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #A712FE

Tints of Electric Purple #A712FE

RGB

 RED value IS 167 (65.63% from 255) = 38.04%

 GREEN value IS 18 (7.42% from 255) = 4.1%

 BLUE value IS 254 (99.61% from 255) = 57.86%

R = 38.04%
G = 4.1%
B = 57.86%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A712FE (or 0xA712FE) is known color: Electric Purple. HEX triplet: A7, 12 and FE. RGB value is (167,18,254). Sum of RGB (Red+Green+Blue) = 167+18+254=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A712FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A712FE is #58ED01. Grayscale: #585858. Windows color (decimal): -5827842 or 16650919. OLE color: 16650919.

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

Color convert

RGB 167 18 254 -
CMYK 0.34 0.93 0 0.00
HSL 277.88º 0.99% 0.53% -
HSV(B) 277.88º 0.93% 1% -
XYZ 34.04 15.8 95.02 -
YUV 89.46 220.86 183.31 -
System Red Green Blue C M Y K H S L
Decimal 167 18 254 0.34 0.93 0 0.00 277.88 0.99 0.53
Hex A7 12 FE 22 5D 0 0 116 63 35
Octal 247 22 376 42 135 0 0 426 143 65
Binary 10100111 10010 11111110 100010 1011101 0 0 100010110 1100011 110101

Color Harmonies of #A712FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712FE

Black with #A712FE

Text Example


Text Example

White with #A712FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712FE; }

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

 H1.HeaderClassName
 {
   color: #A712FE;
 }
 .AnyTagClassName
 {
   color: #A712FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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