Html Css Color HEX #A60FFC Electric Purple

📋 copy color: '#A60FFC'

red 166 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #A60FFC

Tints of Electric Purple #A60FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 38.34%
G = 3.46%
B = 58.2%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A60FFC (or 0xA60FFC) is known color: Electric Purple. HEX triplet: A6, 0F and FC. RGB value is (166,15,252). Sum of RGB (Red+Green+Blue) = 166+15+252=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #A60FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FFC is #59F003. Grayscale: #565656. Windows color (decimal): -5894148 or 16519078. OLE color: 16519078.

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

Color convert

RGB 166 15 252 -
CMYK 0.34 0.94 0 0.01
HSL 278.23º 0.98% 0.52% -
HSV(B) 278.23º 0.94% 0.99% -
XYZ 33.47 15.48 93.32 -
YUV 87.17 221.03 184.23 -
System Red Green Blue C M Y K H S L
Decimal 166 15 252 0.34 0.94 0 0.01 278.23 0.98 0.52
Hex A6 F FC 22 5E 0 1 116 62 34
Octal 246 17 374 42 136 0 1 426 142 64
Binary 10100110 1111 11111100 100010 1011110 0 1 100010110 1100010 110100

Color Harmonies of #A60FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FFC

Black with #A60FFC

Text Example


Text Example

White with #A60FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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