Html Css Color HEX #A60FED Electric Purple

📋 copy color: '#A60FED'

red 166 ◦ green 15 ◦ blue 237

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

Shades of Electric Purple #A60FED

Tints of Electric Purple #A60FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.59%

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

R = 39.71%
G = 3.59%
B = 56.7%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A60FED (or 0xA60FED) is known color: Electric Purple. HEX triplet: A6, 0F and ED. RGB value is (166,15,237). Sum of RGB (Red+Green+Blue) = 166+15+237=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #A60FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FED is #59F012. Grayscale: #545454. Windows color (decimal): -5894163 or 15536038. OLE color: 15536038.

HSL color Cylindrical-coordinate representation of color #A60FED: hue angle of 280.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60FED is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 15 237 -
CMYK 0.30 0.94 0 0.07
HSL 280.81º 0.88% 0.49% -
HSV(B) 280.81º 0.94% 0.93% -
XYZ 31.18 14.56 81.29 -
YUV 85.46 213.53 185.45 -
System Red Green Blue C M Y K H S L
Decimal 166 15 237 0.30 0.94 0 0.07 280.81 0.88 0.49
Hex A6 F ED 1E 5E 0 7 119 58 31
Octal 246 17 355 36 136 0 7 431 130 61
Binary 10100110 1111 11101101 11110 1011110 0 111 100011001 1011000 110001

Color Harmonies of #A60FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FED

Black with #A60FED

Text Example


Text Example

White with #A60FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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