Html Css Color HEX #A40FFE Electric Purple

📋 copy color: '#A40FFE'

red 164 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #A40FFE

Tints of Electric Purple #A40FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.46%

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 37.88%
G = 3.46%
B = 58.66%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A40FFE (or 0xA40FFE) is known color: Electric Purple. HEX triplet: A4, 0F and FE. RGB value is (164,15,254). Sum of RGB (Red+Green+Blue) = 164+15+254=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #A40FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FFE is #5BF001. Grayscale: #555555. Windows color (decimal): -6025218 or 16650148. OLE color: 16650148.

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

Color convert

RGB 164 15 254 -
CMYK 0.35 0.94 0 0.00
HSL 277.41º 0.99% 0.53% -
HSV(B) 277.41º 0.94% 1% -
XYZ 33.37 15.39 94.98 -
YUV 86.8 222.36 183.07 -
System Red Green Blue C M Y K H S L
Decimal 164 15 254 0.35 0.94 0 0.00 277.41 0.99 0.53
Hex A4 F FE 23 5E 0 0 115 63 35
Octal 244 17 376 43 136 0 0 425 143 65
Binary 10100100 1111 11111110 100011 1011110 0 0 100010101 1100011 110101

Color Harmonies of #A40FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FFE

Black with #A40FFE

Text Example


Text Example

White with #A40FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FFE; }

 p { color: rgb(164,15,254); }

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

background-color css

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

 a { background-color: rgb(164,15,254); }

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

border-color css

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

 span { border-color: rgb(164,15,254); }

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