Html Css Color HEX #A411FF Electric Purple

📋 copy color: '#A411FF'

red 164 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #A411FF

Tints of Electric Purple #A411FF

RGB

 RED value IS 164 (64.45% from 255) = 37.61%

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

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

R = 37.61%
G = 3.9%
B = 58.49%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A411FF (or 0xA411FF) is known color: Electric Purple. HEX triplet: A4, 11 and FF. RGB value is (164,17,255). Sum of RGB (Red+Green+Blue) = 164+17+255=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #A411FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A411FF is #5BEE00. Grayscale: #575757. Windows color (decimal): -6024705 or 16716196. OLE color: 16716196.

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

Color convert

RGB 164 17 255 -
CMYK 0.36 0.93 0 0
HSL 277.06º 1% 0.53% -
HSV(B) 277.06º 0.93% 1% -
XYZ 33.56 15.51 95.83 -
YUV 88.09 222.2 182.15 -
System Red Green Blue C M Y K H S L
Decimal 164 17 255 0.36 0.93 0 0 277.06 1 0.53
Hex A4 11 FF 24 5D 0 0 115 64 35
Octal 244 21 377 44 135 0 0 425 144 65
Binary 10100100 10001 11111111 100100 1011101 0 0 100010101 1100100 110101

Color Harmonies of #A411FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A411FF

Black with #A411FF

Text Example


Text Example

White with #A411FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A411FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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