Html Css Color HEX #A403FA Electric Purple

📋 copy color: '#A403FA'

red 164 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #A403FA

Tints of Electric Purple #A403FA

RGB

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

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

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

R = 39.33%
G = 0.72%
B = 59.95%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A403FA (or 0xA403FA) is known color: Electric Purple. HEX triplet: A4, 03 and FA. RGB value is (164,3,250). Sum of RGB (Red+Green+Blue) = 164+3+250=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #A403FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A403FA is #5BFC05. Grayscale: #4E4E4E. Windows color (decimal): -6028294 or 16384932. OLE color: 16384932.

HSL color Cylindrical-coordinate representation of color #A403FA: hue angle of 279.11º 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 #A403FA is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 3 250 -
CMYK 0.34 0.99 0 0.02
HSL 279.11º 0.98% 0.5% -
HSV(B) 279.11º 0.99% 0.98% -
XYZ 32.6 14.86 91.59 -
YUV 79.3 224.34 188.42 -
System Red Green Blue C M Y K H S L
Decimal 164 3 250 0.34 0.99 0 0.02 279.11 0.98 0.5
Hex A4 3 FA 22 63 0 2 117 62 32
Octal 244 3 372 42 143 0 2 427 142 62
Binary 10100100 11 11111010 100010 1100011 0 10 100010111 1100010 110010

Color Harmonies of #A403FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403FA

Black with #A403FA

Text Example


Text Example

White with #A403FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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