Html Css Color HEX #A104F2 Electric Purple

📋 copy color: '#A104F2'

red 161 ◦ green 4 ◦ blue 242

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

Shades of Electric Purple #A104F2

Tints of Electric Purple #A104F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.46%

R = 39.56%
G = 0.98%
B = 59.46%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A104F2 (or 0xA104F2) is known color: Electric Purple. HEX triplet: A1, 04 and F2. RGB value is (161,4,242). Sum of RGB (Red+Green+Blue) = 161+4+242=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 242 (94.92% from 255 or 59.46% from 407); Max value from RGB is 242 - color contains mainly: blue. Hex color #A104F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A104F2 is #5EFB0D. Grayscale: #4D4D4D. Windows color (decimal): -6224654 or 15860897. OLE color: 15860897.

HSL color Cylindrical-coordinate representation of color #A104F2: hue angle of 279.58º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104F2 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 4 242 -
CMYK 0.33 0.98 0 0.05
HSL 279.58º 0.97% 0.48% -
HSV(B) 279.58º 0.98% 0.95% -
XYZ 30.77 14.07 85.1 -
YUV 78.08 220.51 187.15 -
System Red Green Blue C M Y K H S L
Decimal 161 4 242 0.33 0.98 0 0.05 279.58 0.97 0.48
Hex A1 4 F2 21 62 0 5 118 61 30
Octal 241 4 362 41 142 0 5 430 141 60
Binary 10100001 100 11110010 100001 1100010 0 101 100011000 1100001 110000

Color Harmonies of #A104F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A104F2

Black with #A104F2

Text Example


Text Example

White with #A104F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A104F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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