Html Css Color HEX #A103FA Electric Purple

📋 copy color: '#A103FA'

red 161 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #A103FA

Tints of Electric Purple #A103FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 38.89%
G = 0.72%
B = 60.39%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A103FA (or 0xA103FA) is known color: Electric Purple. HEX triplet: A1, 03 and FA. RGB value is (161,3,250). Sum of RGB (Red+Green+Blue) = 161+3+250=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #A103FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103FA is #5EFC05. Grayscale: #4D4D4D. Windows color (decimal): -6224902 or 16384929. OLE color: 16384929.

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

Color convert

RGB 161 3 250 -
CMYK 0.36 0.99 0 0.02
HSL 278.38º 0.98% 0.5% -
HSV(B) 278.38º 0.99% 0.98% -
XYZ 31.99 14.54 91.56 -
YUV 78.4 224.85 186.92 -
System Red Green Blue C M Y K H S L
Decimal 161 3 250 0.36 0.99 0 0.02 278.38 0.98 0.5
Hex A1 3 FA 24 63 0 2 116 62 32
Octal 241 3 372 44 143 0 2 426 142 62
Binary 10100001 11 11111010 100100 1100011 0 10 100010110 1100010 110010

Color Harmonies of #A103FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A103FA

Black with #A103FA

Text Example


Text Example

White with #A103FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A103FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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