Html Css Color HEX #A104FF Electric Purple

📋 copy color: '#A104FF'

red 161 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #A104FF

Tints of Electric Purple #A104FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 38.33%
G = 0.95%
B = 60.71%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A104FF (or 0xA104FF) is known color: Electric Purple. HEX triplet: A1, 04 and FF. RGB value is (161,4,255). Sum of RGB (Red+Green+Blue) = 161+4+255=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #A104FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A104FF is #5EFB00. Grayscale: #4E4E4E. Windows color (decimal): -6224641 or 16712865. OLE color: 16712865.

HSL color Cylindrical-coordinate representation of color #A104FF: hue angle of 277.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104FF is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 4 255 -
CMYK 0.37 0.98 0 0
HSL 277.53º 1% 0.51% -
HSV(B) 277.53º 0.98% 1% -
XYZ 32.79 14.88 95.75 -
YUV 79.56 227.01 186.09 -
System Red Green Blue C M Y K H S L
Decimal 161 4 255 0.37 0.98 0 0 277.53 1 0.51
Hex A1 4 FF 25 62 0 0 116 64 33
Octal 241 4 377 45 142 0 0 426 144 63
Binary 10100001 100 11111111 100101 1100010 0 0 100010110 1100100 110011

Color Harmonies of #A104FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A104FF

Black with #A104FF

Text Example


Text Example

White with #A104FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A104FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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