Html Css Color HEX #A601FC Electric Purple

📋 copy color: '#A601FC'

red 166 ◦ green 1 ◦ blue 252

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

Shades of Electric Purple #A601FC

Tints of Electric Purple #A601FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.14%

R = 39.62%
G = 0.24%
B = 60.14%

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

#A601FC (or 0xA601FC) is known color: Electric Purple. HEX triplet: A6, 01 and FC. RGB value is (166,1,252). Sum of RGB (Red+Green+Blue) = 166+1+252=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #A601FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A601FC is #59FE03. Grayscale: #4E4E4E. Windows color (decimal): -5897732 or 16515494. OLE color: 16515494.

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

Color convert

RGB 166 1 252 -
CMYK 0.34 1.00 0 0.01
HSL 279.44º 0.99% 0.5% -
HSV(B) 279.44º 1% 0.99% -
XYZ 33.31 15.16 93.27 -
YUV 78.95 225.66 190.09 -
System Red Green Blue C M Y K H S L
Decimal 166 1 252 0.34 1.00 0 0.01 279.44 0.99 0.5
Hex A6 1 FC 22 64 0 1 117 63 32
Octal 246 1 374 42 144 0 1 427 143 62
Binary 10100110 1 11111100 100010 1100100 0 1 100010111 1100011 110010

Color Harmonies of #A601FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601FC

Black with #A601FC

Text Example


Text Example

White with #A601FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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