Html Css Color HEX #A413FC Electric Purple

📋 copy color: '#A413FC'

red 164 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #A413FC

Tints of Electric Purple #A413FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.93%

R = 37.7%
G = 4.37%
B = 57.93%

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

#A413FC (or 0xA413FC) is known color: Electric Purple. HEX triplet: A4, 13 and FC. RGB value is (164,19,252). Sum of RGB (Red+Green+Blue) = 164+19+252=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #A413FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413FC is #5BEC03. Grayscale: #585858. Windows color (decimal): -6024196 or 16520100. OLE color: 16520100.

HSL color Cylindrical-coordinate representation of color #A413FC: hue angle of 277.34º degrees, saturation: 0.97, 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 #A413FC is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 19 252 -
CMYK 0.35 0.92 0 0.01
HSL 277.34º 0.97% 0.53% -
HSV(B) 277.34º 0.92% 0.99% -
XYZ 33.11 15.39 93.32 -
YUV 88.92 220.04 181.55 -
System Red Green Blue C M Y K H S L
Decimal 164 19 252 0.35 0.92 0 0.01 277.34 0.97 0.53
Hex A4 13 FC 23 5C 0 1 115 61 35
Octal 244 23 374 43 134 0 1 425 141 65
Binary 10100100 10011 11111100 100011 1011100 0 1 100010101 1100001 110101

Color Harmonies of #A413FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413FC

Black with #A413FC

Text Example


Text Example

White with #A413FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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