Html Css Color HEX #A011FE Electric Purple

📋 copy color: '#A011FE'

red 160 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #A011FE

Tints of Electric Purple #A011FE

RGB

 RED value IS 160 (62.89% from 255) = 37.12%

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

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

R = 37.12%
G = 3.94%
B = 58.93%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A011FE (or 0xA011FE) is known color: Electric Purple. HEX triplet: A0, 11 and FE. RGB value is (160,17,254). Sum of RGB (Red+Green+Blue) = 160+17+254=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #A011FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011FE is #5FEE01. Grayscale: #555555. Windows color (decimal): -6286850 or 16650656. OLE color: 16650656.

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

Color convert

RGB 160 17 254 -
CMYK 0.37 0.93 0 0.00
HSL 276.2º 0.99% 0.53% -
HSV(B) 276.2º 0.93% 1% -
XYZ 32.59 15.03 94.95 -
YUV 86.78 222.38 180.23 -
System Red Green Blue C M Y K H S L
Decimal 160 17 254 0.37 0.93 0 0.00 276.2 0.99 0.53
Hex A0 11 FE 25 5D 0 0 114 63 35
Octal 240 21 376 45 135 0 0 424 143 65
Binary 10100000 10001 11111110 100101 1011101 0 0 100010100 1100011 110101

Color Harmonies of #A011FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011FE

Black with #A011FE

Text Example


Text Example

White with #A011FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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