Html Css Color HEX #A413FD Electric Purple

📋 copy color: '#A413FD'

red 164 ◦ green 19 ◦ blue 253

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

Shades of Electric Purple #A413FD

Tints of Electric Purple #A413FD

RGB

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

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

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

R = 37.61%
G = 4.36%
B = 58.03%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A413FD (or 0xA413FD) is known color: Electric Purple. HEX triplet: A4, 13 and FD. RGB value is (164,19,253). Sum of RGB (Red+Green+Blue) = 164+19+253=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #A413FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413FD is #5BEC02. Grayscale: #585858. Windows color (decimal): -6024195 or 16585636. OLE color: 16585636.

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

Color convert

RGB 164 19 253 -
CMYK 0.35 0.92 0 0.01
HSL 277.18º 0.98% 0.53% -
HSV(B) 277.18º 0.92% 0.99% -
XYZ 33.27 15.45 94.16 -
YUV 89.03 220.54 181.47 -
System Red Green Blue C M Y K H S L
Decimal 164 19 253 0.35 0.92 0 0.01 277.18 0.98 0.53
Hex A4 13 FD 23 5C 0 1 115 62 35
Octal 244 23 375 43 134 0 1 425 142 65
Binary 10100100 10011 11111101 100011 1011100 0 1 100010101 1100010 110101

Color Harmonies of #A413FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413FD

Black with #A413FD

Text Example


Text Example

White with #A413FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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