Html Css Color HEX #A60FFA Electric Purple

📋 copy color: '#A60FFA'

red 166 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #A60FFA

Tints of Electric Purple #A60FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58%

R = 38.52%
G = 3.48%
B = 58%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A60FFA (or 0xA60FFA) is known color: Electric Purple. HEX triplet: A6, 0F and FA. RGB value is (166,15,250). Sum of RGB (Red+Green+Blue) = 166+15+250=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #A60FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FFA is #59F005. Grayscale: #565656. Windows color (decimal): -5894150 or 16388006. OLE color: 16388006.

HSL color Cylindrical-coordinate representation of color #A60FFA: hue angle of 278.55º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60FFA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 15 250 -
CMYK 0.34 0.94 0 0.02
HSL 278.55º 0.96% 0.52% -
HSV(B) 278.55º 0.94% 0.98% -
XYZ 33.15 15.35 91.66 -
YUV 86.94 220.03 184.39 -
System Red Green Blue C M Y K H S L
Decimal 166 15 250 0.34 0.94 0 0.02 278.55 0.96 0.52
Hex A6 F FA 22 5E 0 2 117 60 34
Octal 246 17 372 42 136 0 2 427 140 64
Binary 10100110 1111 11111010 100010 1011110 0 10 100010111 1100000 110100

Color Harmonies of #A60FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FFA

Black with #A60FFA

Text Example


Text Example

White with #A60FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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