Html Css Color HEX #A003F9 Electric Purple

📋 copy color: '#A003F9'

red 160 ◦ green 3 ◦ blue 249

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

Shades of Electric Purple #A003F9

Tints of Electric Purple #A003F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.44%

R = 38.83%
G = 0.73%
B = 60.44%

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

#A003F9 (or 0xA003F9) is known color: Electric Purple. HEX triplet: A0, 03 and F9. RGB value is (160,3,249). Sum of RGB (Red+Green+Blue) = 160+3+249=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #A003F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A003F9 is #5FFC06. Grayscale: #4D4D4D. Windows color (decimal): -6290439 or 16319392. OLE color: 16319392.

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

Color convert

RGB 160 3 249 -
CMYK 0.36 0.99 0 0.02
HSL 278.29º 0.98% 0.49% -
HSV(B) 278.29º 0.99% 0.98% -
XYZ 31.63 14.38 90.73 -
YUV 77.99 224.51 186.5 -
System Red Green Blue C M Y K H S L
Decimal 160 3 249 0.36 0.99 0 0.02 278.29 0.98 0.49
Hex A0 3 F9 24 63 0 2 116 62 31
Octal 240 3 371 44 143 0 2 426 142 61
Binary 10100000 11 11111001 100100 1100011 0 10 100010110 1100010 110001

Color Harmonies of #A003F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A003F9

Black with #A003F9

Text Example


Text Example

White with #A003F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A003F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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