Html Css Color HEX #A501F9 Electric Purple

📋 copy color: '#A501F9'

red 165 ◦ green 1 ◦ blue 249

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

Shades of Electric Purple #A501F9

Tints of Electric Purple #A501F9

RGB

 RED value IS 165 (64.84% from 255) = 39.76%

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 39.76%
G = 0.24%
B = 60%

CMYK

 C value IS 0.34

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A501F9 (or 0xA501F9) is known color: Electric Purple. HEX triplet: A5, 01 and F9. RGB value is (165,1,249). Sum of RGB (Red+Green+Blue) = 165+1+249=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #A501F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A501F9 is #5AFE06. Grayscale: #4D4D4D. Windows color (decimal): -5963271 or 16318885. OLE color: 16318885.

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

Color convert

RGB 165 1 249 -
CMYK 0.34 1.00 0 0.02
HSL 279.68º 0.99% 0.49% -
HSV(B) 279.68º 1% 0.98% -
XYZ 32.63 14.86 90.77 -
YUV 78.31 224.33 189.83 -
System Red Green Blue C M Y K H S L
Decimal 165 1 249 0.34 1.00 0 0.02 279.68 0.99 0.49
Hex A5 1 F9 22 64 0 2 118 63 31
Octal 245 1 371 42 144 0 2 430 143 61
Binary 10100101 1 11111001 100010 1100100 0 10 100011000 1100011 110001

Color Harmonies of #A501F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501F9

Black with #A501F9

Text Example


Text Example

White with #A501F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501F9; }

 p { color: rgb(165,1,249); }

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

background-color css

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

 a { background-color: rgb(165,1,249); }

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

border-color css

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

 span { border-color: rgb(165,1,249); }

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