Html Css Color HEX #A811FE Electric Purple

📋 copy color: '#A811FE'

red 168 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #A811FE

Tints of Electric Purple #A811FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.87%

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

R = 38.27%
G = 3.87%
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

#A811FE (or 0xA811FE) is known color: Electric Purple. HEX triplet: A8, 11 and FE. RGB value is (168,17,254). Sum of RGB (Red+Green+Blue) = 168+17+254=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 17 (7.03% from 255 or 3.87% 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 #A811FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811FE is #57EE01. Grayscale: #585858. Windows color (decimal): -5762562 or 16650664. OLE color: 16650664.

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

Color convert

RGB 168 17 254 -
CMYK 0.34 0.93 0 0.00
HSL 278.23º 0.99% 0.53% -
HSV(B) 278.23º 0.93% 1% -
XYZ 34.24 15.88 95.03 -
YUV 89.17 221.03 184.23 -
System Red Green Blue C M Y K H S L
Decimal 168 17 254 0.34 0.93 0 0.00 278.23 0.99 0.53
Hex A8 11 FE 22 5D 0 0 116 63 35
Octal 250 21 376 42 135 0 0 426 143 65
Binary 10101000 10001 11111110 100010 1011101 0 0 100010110 1100011 110101

Color Harmonies of #A811FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811FE

Black with #A811FE

Text Example


Text Example

White with #A811FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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