Html Css Color HEX #A501FF Electric Purple

📋 copy color: '#A501FF'

red 165 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #A501FF

Tints of Electric Purple #A501FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.57%

R = 39.19%
G = 0.24%
B = 60.57%

CMYK

 C value IS 0.35

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A501FF (or 0xA501FF) is known color: Electric Purple. HEX triplet: A5, 01 and FF. RGB value is (165,1,255). Sum of RGB (Red+Green+Blue) = 165+1+255=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #A501FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A501FF is #5AFE00. Grayscale: #4E4E4E. Windows color (decimal): -5963265 or 16712101. OLE color: 16712101.

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

Color convert

RGB 165 1 255 -
CMYK 0.35 1.00 0 0
HSL 278.74º 1% 0.5% -
HSV(B) 278.74º 1% 1% -
XYZ 33.58 15.24 95.78 -
YUV 78.99 227.33 189.35 -
System Red Green Blue C M Y K H S L
Decimal 165 1 255 0.35 1.00 0 0 278.74 1 0.5
Hex A5 1 FF 23 64 0 0 117 64 32
Octal 245 1 377 43 144 0 0 427 144 62
Binary 10100101 1 11111111 100011 1100100 0 0 100010111 1100100 110010

Color Harmonies of #A501FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501FF

Black with #A501FF

Text Example


Text Example

White with #A501FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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