Html Css Color HEX #A601FD Electric Purple

📋 copy color: '#A601FD'

red 166 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #A601FD

Tints of Electric Purple #A601FD

RGB

 RED value IS 166 (65.23% from 255) = 39.52%

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

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

R = 39.52%
G = 0.24%
B = 60.24%

CMYK

 C value IS 0.34

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A601FD (or 0xA601FD) is known color: Electric Purple. HEX triplet: A6, 01 and FD. RGB value is (166,1,253). Sum of RGB (Red+Green+Blue) = 166+1+253=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #A601FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A601FD is #59FE02. Grayscale: #4E4E4E. Windows color (decimal): -5897731 or 16581030. OLE color: 16581030.

HSL color Cylindrical-coordinate representation of color #A601FD: hue angle of 279.29º 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 #A601FD is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 1 253 -
CMYK 0.34 1.00 0 0.01
HSL 279.29º 0.99% 0.5% -
HSV(B) 279.29º 1% 0.99% -
XYZ 33.47 15.22 94.1 -
YUV 79.06 226.16 190.01 -
System Red Green Blue C M Y K H S L
Decimal 166 1 253 0.34 1.00 0 0.01 279.29 0.99 0.5
Hex A6 1 FD 22 64 0 1 117 63 32
Octal 246 1 375 42 144 0 1 427 143 62
Binary 10100110 1 11111101 100010 1100100 0 1 100010111 1100011 110010

Color Harmonies of #A601FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601FD

Black with #A601FD

Text Example


Text Example

White with #A601FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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