Html Css Color HEX #A601ED Electric Purple

📋 copy color: '#A601ED'

red 166 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #A601ED

Tints of Electric Purple #A601ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.66%

R = 41.09%
G = 0.25%
B = 58.66%

CMYK

 C value IS 0.30

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A601ED (or 0xA601ED) is known color: Electric Purple. HEX triplet: A6, 01 and ED. RGB value is (166,1,237). Sum of RGB (Red+Green+Blue) = 166+1+237=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #A601ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A601ED is #59FE12. Grayscale: #4C4C4C. Windows color (decimal): -5897747 or 15532454. OLE color: 15532454.

HSL color Cylindrical-coordinate representation of color #A601ED: hue angle of 281.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A601ED is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 1 237 -
CMYK 0.30 1.00 0 0.07
HSL 281.95º 0.99% 0.47% -
HSV(B) 281.95º 1% 0.93% -
XYZ 31.02 14.24 81.23 -
YUV 77.24 218.16 191.31 -
System Red Green Blue C M Y K H S L
Decimal 166 1 237 0.30 1.00 0 0.07 281.95 0.99 0.47
Hex A6 1 ED 1E 64 0 7 11A 63 2F
Octal 246 1 355 36 144 0 7 432 143 57
Binary 10100110 1 11101101 11110 1100100 0 111 100011010 1100011 101111

Color Harmonies of #A601ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601ED

Black with #A601ED

Text Example


Text Example

White with #A601ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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