Html Css Color HEX #A413F1 Electric Purple

📋 copy color: '#A413F1'

red 164 ◦ green 19 ◦ blue 241

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

Shades of Electric Purple #A413F1

Tints of Electric Purple #A413F1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.48%

 BLUE value IS 241 (94.53% from 255) = 56.84%

R = 38.68%
G = 4.48%
B = 56.84%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A413F1 (or 0xA413F1) is known color: Electric Purple. HEX triplet: A4, 13 and F1. RGB value is (164,19,241). Sum of RGB (Red+Green+Blue) = 164+19+241=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #A413F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413F1 is #5BEC0E. Grayscale: #565656. Windows color (decimal): -6024207 or 15799204. OLE color: 15799204.

HSL color Cylindrical-coordinate representation of color #A413F1: hue angle of 279.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A413F1 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 19 241 -
CMYK 0.32 0.92 0 0.05
HSL 279.19º 0.89% 0.51% -
HSV(B) 279.19º 0.92% 0.95% -
XYZ 31.42 14.71 84.4 -
YUV 87.66 214.54 182.45 -
System Red Green Blue C M Y K H S L
Decimal 164 19 241 0.32 0.92 0 0.05 279.19 0.89 0.51
Hex A4 13 F1 20 5C 0 5 117 59 33
Octal 244 23 361 40 134 0 5 427 131 63
Binary 10100100 10011 11110001 100000 1011100 0 101 100010111 1011001 110011

Color Harmonies of #A413F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413F1

Black with #A413F1

Text Example


Text Example

White with #A413F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413F1; }

 p { color: rgb(164,19,241); }

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

background-color css

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

 a { background-color: rgb(164,19,241); }

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

border-color css

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

 span { border-color: rgb(164,19,241); }

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