Html Css Color HEX #A104FA Electric Purple

📋 copy color: '#A104FA'

red 161 ◦ green 4 ◦ blue 250

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

Shades of Electric Purple #A104FA

Tints of Electric Purple #A104FA

RGB

 RED value IS 161 (63.28% from 255) = 38.8%

 GREEN value IS 4 (1.95% from 255) = 0.96%

 BLUE value IS 250 (98.05% from 255) = 60.24%

R = 38.8%
G = 0.96%
B = 60.24%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A104FA (or 0xA104FA) is known color: Electric Purple. HEX triplet: A1, 04 and FA. RGB value is (161,4,250). Sum of RGB (Red+Green+Blue) = 161+4+250=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #A104FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A104FA is #5EFB05. Grayscale: #4E4E4E. Windows color (decimal): -6224646 or 16385185. OLE color: 16385185.

HSL color Cylindrical-coordinate representation of color #A104FA: hue angle of 278.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104FA is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 4 250 -
CMYK 0.36 0.98 0 0.02
HSL 278.29º 0.97% 0.5% -
HSV(B) 278.29º 0.98% 0.98% -
XYZ 32 14.57 91.57 -
YUV 78.99 224.51 186.5 -
System Red Green Blue C M Y K H S L
Decimal 161 4 250 0.36 0.98 0 0.02 278.29 0.97 0.5
Hex A1 4 FA 24 62 0 2 116 61 32
Octal 241 4 372 44 142 0 2 426 141 62
Binary 10100001 100 11111010 100100 1100010 0 10 100010110 1100001 110010

Color Harmonies of #A104FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A104FA

Black with #A104FA

Text Example


Text Example

White with #A104FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A104FA; }

 p { color: rgb(161,4,250); }

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

background-color css

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

 a { background-color: rgb(161,4,250); }

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

border-color css

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

 span { border-color: rgb(161,4,250); }

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