Html Css Color HEX #A003FD Electric Purple

📋 copy color: '#A003FD'

red 160 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #A003FD

Tints of Electric Purple #A003FD

RGB

 RED value IS 160 (62.89% from 255) = 38.46%

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

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

R = 38.46%
G = 0.72%
B = 60.82%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A003FD (or 0xA003FD) is known color: Electric Purple. HEX triplet: A0, 03 and FD. RGB value is (160,3,253). Sum of RGB (Red+Green+Blue) = 160+3+253=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #A003FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A003FD is #5FFC02. Grayscale: #4D4D4D. Windows color (decimal): -6290435 or 16581536. OLE color: 16581536.

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

Color convert

RGB 160 3 253 -
CMYK 0.37 0.99 0 0.01
HSL 277.68º 0.98% 0.5% -
HSV(B) 277.68º 0.99% 0.99% -
XYZ 32.26 14.63 94.05 -
YUV 78.44 226.51 186.17 -
System Red Green Blue C M Y K H S L
Decimal 160 3 253 0.37 0.99 0 0.01 277.68 0.98 0.5
Hex A0 3 FD 25 63 0 1 116 62 32
Octal 240 3 375 45 143 0 1 426 142 62
Binary 10100000 11 11111101 100101 1100011 0 1 100010110 1100010 110010

Color Harmonies of #A003FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A003FD

Black with #A003FD

Text Example


Text Example

White with #A003FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A003FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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