Html Css Color HEX #A812FE Electric Purple

📋 copy color: '#A812FE'

red 168 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #A812FE

Tints of Electric Purple #A812FE

RGB

 RED value IS 168 (66.02% from 255) = 38.18%

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

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

R = 38.18%
G = 4.09%
B = 57.73%

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

#A812FE (or 0xA812FE) is known color: Electric Purple. HEX triplet: A8, 12 and FE. RGB value is (168,18,254). Sum of RGB (Red+Green+Blue) = 168+18+254=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #A812FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812FE is #57ED01. Grayscale: #585858. Windows color (decimal): -5762306 or 16650920. OLE color: 16650920.

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

Color convert

RGB 168 18 254 -
CMYK 0.34 0.93 0 0.00
HSL 278.14º 0.99% 0.53% -
HSV(B) 278.14º 0.93% 1% -
XYZ 34.25 15.91 95.03 -
YUV 89.75 220.7 183.81 -
System Red Green Blue C M Y K H S L
Decimal 168 18 254 0.34 0.93 0 0.00 278.14 0.99 0.53
Hex A8 12 FE 22 5D 0 0 116 63 35
Octal 250 22 376 42 135 0 0 426 143 65
Binary 10101000 10010 11111110 100010 1011101 0 0 100010110 1100011 110101

Color Harmonies of #A812FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812FE

Black with #A812FE

Text Example


Text Example

White with #A812FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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