Html Css Color HEX #A501F6 Electric Purple

📋 copy color: '#A501F6'

red 165 ◦ green 1 ◦ blue 246

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

Shades of Electric Purple #A501F6

Tints of Electric Purple #A501F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 59.71%

R = 40.05%
G = 0.24%
B = 59.71%

CMYK

 C value IS 0.33

 M value IS 1.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A501F6 (or 0xA501F6) is known color: Electric Purple. HEX triplet: A5, 01 and F6. RGB value is (165,1,246). Sum of RGB (Red+Green+Blue) = 165+1+246=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #A501F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A501F6 is #5AFE09. Grayscale: #4D4D4D. Windows color (decimal): -5963274 or 16122277. OLE color: 16122277.

HSL color Cylindrical-coordinate representation of color #A501F6: hue angle of 280.16º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A501F6 is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 1 246 -
CMYK 0.33 1.00 0 0.04
HSL 280.16º 0.99% 0.48% -
HSV(B) 280.16º 1% 0.96% -
XYZ 32.16 14.67 88.33 -
YUV 77.97 222.83 190.08 -
System Red Green Blue C M Y K H S L
Decimal 165 1 246 0.33 1.00 0 0.04 280.16 0.99 0.48
Hex A5 1 F6 21 64 0 4 118 63 30
Octal 245 1 366 41 144 0 4 430 143 60
Binary 10100101 1 11110110 100001 1100100 0 100 100011000 1100011 110000

Color Harmonies of #A501F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501F6

Black with #A501F6

Text Example


Text Example

White with #A501F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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