Html Css Color HEX #A413FE Electric Purple

📋 copy color: '#A413FE'

red 164 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #A413FE

Tints of Electric Purple #A413FE

RGB

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

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

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

R = 37.53%
G = 4.35%
B = 58.12%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A413FE (or 0xA413FE) is known color: Electric Purple. HEX triplet: A4, 13 and FE. RGB value is (164,19,254). Sum of RGB (Red+Green+Blue) = 164+19+254=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #A413FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413FE is #5BEC01. Grayscale: #585858. Windows color (decimal): -6024194 or 16651172. OLE color: 16651172.

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

Color convert

RGB 164 19 254 -
CMYK 0.35 0.93 0 0.00
HSL 277.02º 0.99% 0.54% -
HSV(B) 277.02º 0.93% 1% -
XYZ 33.43 15.51 95 -
YUV 89.15 221.04 181.39 -
System Red Green Blue C M Y K H S L
Decimal 164 19 254 0.35 0.93 0 0.00 277.02 0.99 0.54
Hex A4 13 FE 23 5D 0 0 115 63 36
Octal 244 23 376 43 135 0 0 425 143 66
Binary 10100100 10011 11111110 100011 1011101 0 0 100010101 1100011 110110

Color Harmonies of #A413FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413FE

Black with #A413FE

Text Example


Text Example

White with #A413FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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