Html Css Color HEX #A403FD Electric Purple

📋 copy color: '#A403FD'

red 164 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #A403FD

Tints of Electric Purple #A403FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 39.05%
G = 0.71%
B = 60.24%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A403FD (or 0xA403FD) is known color: Electric Purple. HEX triplet: A4, 03 and FD. RGB value is (164,3,253). Sum of RGB (Red+Green+Blue) = 164+3+253=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #A403FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A403FD is #5BFC02. Grayscale: #4E4E4E. Windows color (decimal): -6028291 or 16581540. OLE color: 16581540.

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

Color convert

RGB 164 3 253 -
CMYK 0.35 0.99 0 0.01
HSL 278.64º 0.98% 0.5% -
HSV(B) 278.64º 0.99% 0.99% -
XYZ 33.07 15.05 94.09 -
YUV 79.64 225.84 188.17 -
System Red Green Blue C M Y K H S L
Decimal 164 3 253 0.35 0.99 0 0.01 278.64 0.98 0.5
Hex A4 3 FD 23 63 0 1 117 62 32
Octal 244 3 375 43 143 0 1 427 142 62
Binary 10100100 11 11111101 100011 1100011 0 1 100010111 1100010 110010

Color Harmonies of #A403FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403FD

Black with #A403FD

Text Example


Text Example

White with #A403FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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