Html Css Color HEX #A40DF1 Electric Purple

📋 copy color: '#A40DF1'

red 164 ◦ green 13 ◦ blue 241

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

Shades of Electric Purple #A40DF1

Tints of Electric Purple #A40DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.11%

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

R = 39.23%
G = 3.11%
B = 57.66%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A40DF1 (or 0xA40DF1) is known color: Electric Purple. HEX triplet: A4, 0D and F1. RGB value is (164,13,241). Sum of RGB (Red+Green+Blue) = 164+13+241=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #A40DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40DF1 is #5BF20E. Grayscale: #535353. Windows color (decimal): -6025743 or 15797668. OLE color: 15797668.

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

Color convert

RGB 164 13 241 -
CMYK 0.32 0.95 0 0.05
HSL 279.74º 0.9% 0.5% -
HSV(B) 279.74º 0.95% 0.95% -
XYZ 31.33 14.53 84.37 -
YUV 84.14 216.53 184.96 -
System Red Green Blue C M Y K H S L
Decimal 164 13 241 0.32 0.95 0 0.05 279.74 0.9 0.5
Hex A4 D F1 20 5F 0 5 118 5A 32
Octal 244 15 361 40 137 0 5 430 132 62
Binary 10100100 1101 11110001 100000 1011111 0 101 100011000 1011010 110010

Color Harmonies of #A40DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DF1

Black with #A40DF1

Text Example


Text Example

White with #A40DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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