Html Css Color HEX #A60FFF Electric Purple

📋 copy color: '#A60FFF'

red 166 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #A60FFF

Tints of Electric Purple #A60FFF

RGB

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

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

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

R = 38.07%
G = 3.44%
B = 58.49%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A60FFF (or 0xA60FFF) is known color: Electric Purple. HEX triplet: A6, 0F and FF. RGB value is (166,15,255). Sum of RGB (Red+Green+Blue) = 166+15+255=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #A60FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FFF is #59F000. Grayscale: #565656. Windows color (decimal): -5894145 or 16715686. OLE color: 16715686.

HSL color Cylindrical-coordinate representation of color #A60FFF: hue angle of 277.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60FFF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 15 255 -
CMYK 0.35 0.94 0 0
HSL 277.75º 1% 0.53% -
HSV(B) 277.75º 0.94% 1% -
XYZ 33.95 15.67 95.84 -
YUV 87.51 222.53 183.99 -
System Red Green Blue C M Y K H S L
Decimal 166 15 255 0.35 0.94 0 0 277.75 1 0.53
Hex A6 F FF 23 5E 0 0 116 64 35
Octal 246 17 377 43 136 0 0 426 144 65
Binary 10100110 1111 11111111 100011 1011110 0 0 100010110 1100100 110101

Color Harmonies of #A60FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FFF

Black with #A60FFF

Text Example


Text Example

White with #A60FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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