Html Css Color HEX #A011FF Electric Purple

📋 copy color: '#A011FF'

red 160 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #A011FF

Tints of Electric Purple #A011FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 37.04%
G = 3.94%
B = 59.03%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A011FF (or 0xA011FF) is known color: Electric Purple. HEX triplet: A0, 11 and FF. RGB value is (160,17,255). Sum of RGB (Red+Green+Blue) = 160+17+255=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #A011FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011FF is #5FEE00. Grayscale: #565656. Windows color (decimal): -6286849 or 16716192. OLE color: 16716192.

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

Color convert

RGB 160 17 255 -
CMYK 0.37 0.93 0 0
HSL 276.05º 1% 0.53% -
HSV(B) 276.05º 0.93% 1% -
XYZ 32.75 15.09 95.8 -
YUV 86.89 222.88 180.15 -
System Red Green Blue C M Y K H S L
Decimal 160 17 255 0.37 0.93 0 0 276.05 1 0.53
Hex A0 11 FF 25 5D 0 0 114 64 35
Octal 240 21 377 45 135 0 0 424 144 65
Binary 10100000 10001 11111111 100101 1011101 0 0 100010100 1100100 110101

Color Harmonies of #A011FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011FF

Black with #A011FF

Text Example


Text Example

White with #A011FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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