Html Css Color HEX #A601FF Electric Purple

📋 copy color: '#A601FF'

red 166 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #A601FF

Tints of Electric Purple #A601FF

RGB

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

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

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

R = 39.34%
G = 0.24%
B = 60.43%

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

#A601FF (or 0xA601FF) is known color: Electric Purple. HEX triplet: A6, 01 and FF. RGB value is (166,1,255). Sum of RGB (Red+Green+Blue) = 166+1+255=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #A601FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A601FF is #59FE00. Grayscale: #4E4E4E. Windows color (decimal): -5897729 or 16712102. OLE color: 16712102.

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

Color convert

RGB 166 1 255 -
CMYK 0.35 1.00 0 0
HSL 278.98º 1% 0.5% -
HSV(B) 278.98º 1% 1% -
XYZ 33.79 15.35 95.79 -
YUV 79.29 227.16 189.85 -
System Red Green Blue C M Y K H S L
Decimal 166 1 255 0.35 1.00 0 0 278.98 1 0.5
Hex A6 1 FF 23 64 0 0 117 64 32
Octal 246 1 377 43 144 0 0 427 144 62
Binary 10100110 1 11111111 100011 1100100 0 0 100010111 1100100 110010

Color Harmonies of #A601FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601FF

Black with #A601FF

Text Example


Text Example

White with #A601FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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