Html Css Color HEX #A60FEE Electric Purple

📋 copy color: '#A60FEE'

red 166 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #A60FEE

Tints of Electric Purple #A60FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 39.62%
G = 3.58%
B = 56.8%

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

#A60FEE (or 0xA60FEE) is known color: Electric Purple. HEX triplet: A6, 0F and EE. RGB value is (166,15,238). Sum of RGB (Red+Green+Blue) = 166+15+238=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #A60FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FEE is #59F011. Grayscale: #545454. Windows color (decimal): -5894162 or 15601574. OLE color: 15601574.

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

Color convert

RGB 166 15 238 -
CMYK 0.30 0.94 0 0.07
HSL 280.63º 0.88% 0.5% -
HSV(B) 280.63º 0.94% 0.93% -
XYZ 31.33 14.62 82.06 -
YUV 85.57 214.03 185.37 -
System Red Green Blue C M Y K H S L
Decimal 166 15 238 0.30 0.94 0 0.07 280.63 0.88 0.5
Hex A6 F EE 1E 5E 0 7 119 58 32
Octal 246 17 356 36 136 0 7 431 130 62
Binary 10100110 1111 11101110 11110 1011110 0 111 100011001 1011000 110010

Color Harmonies of #A60FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FEE

Black with #A60FEE

Text Example


Text Example

White with #A60FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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