Html Css Color HEX #A501FD Electric Purple

📋 copy color: '#A501FD'

red 165 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #A501FD

Tints of Electric Purple #A501FD

RGB

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

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

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

R = 39.38%
G = 0.24%
B = 60.38%

CMYK

 C value IS 0.35

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A501FD (or 0xA501FD) is known color: Electric Purple. HEX triplet: A5, 01 and FD. RGB value is (165,1,253). Sum of RGB (Red+Green+Blue) = 165+1+253=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #A501FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A501FD is #5AFE02. Grayscale: #4D4D4D. Windows color (decimal): -5963267 or 16581029. OLE color: 16581029.

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

Color convert

RGB 165 1 253 -
CMYK 0.35 1.00 0 0.01
HSL 279.05º 0.99% 0.5% -
HSV(B) 279.05º 1% 0.99% -
XYZ 33.26 15.11 94.09 -
YUV 78.76 226.33 189.51 -
System Red Green Blue C M Y K H S L
Decimal 165 1 253 0.35 1.00 0 0.01 279.05 0.99 0.5
Hex A5 1 FD 23 64 0 1 117 63 32
Octal 245 1 375 43 144 0 1 427 143 62
Binary 10100101 1 11111101 100011 1100100 0 1 100010111 1100011 110010

Color Harmonies of #A501FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501FD

Black with #A501FD

Text Example


Text Example

White with #A501FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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