Html Css Color HEX #A411FD Electric Purple

📋 copy color: '#A411FD'

red 164 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #A411FD

Tints of Electric Purple #A411FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 37.79%
G = 3.92%
B = 58.29%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A411FD (or 0xA411FD) is known color: Electric Purple. HEX triplet: A4, 11 and FD. RGB value is (164,17,253). Sum of RGB (Red+Green+Blue) = 164+17+253=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #A411FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A411FD is #5BEE02. Grayscale: #575757. Windows color (decimal): -6024707 or 16585124. OLE color: 16585124.

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

Color convert

RGB 164 17 253 -
CMYK 0.35 0.93 0 0.01
HSL 277.37º 0.98% 0.53% -
HSV(B) 277.37º 0.93% 0.99% -
XYZ 33.24 15.39 94.15 -
YUV 87.86 221.2 182.31 -
System Red Green Blue C M Y K H S L
Decimal 164 17 253 0.35 0.93 0 0.01 277.37 0.98 0.53
Hex A4 11 FD 23 5D 0 1 115 62 35
Octal 244 21 375 43 135 0 1 425 142 65
Binary 10100100 10001 11111101 100011 1011101 0 1 100010101 1100010 110101

Color Harmonies of #A411FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A411FD

Black with #A411FD

Text Example


Text Example

White with #A411FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A411FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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