Html Css Color HEX #A60AFE Electric Purple

📋 copy color: '#A60AFE'

red 166 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #A60AFE

Tints of Electric Purple #A60AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.33%

 BLUE value IS 254 (99.61% from 255) = 59.07%

R = 38.6%
G = 2.33%
B = 59.07%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A60AFE (or 0xA60AFE) is known color: Electric Purple. HEX triplet: A6, 0A and FE. RGB value is (166,10,254). Sum of RGB (Red+Green+Blue) = 166+10+254=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #A60AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60AFE is #59F501. Grayscale: #535353. Windows color (decimal): -5895426 or 16648870. OLE color: 16648870.

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

Color convert

RGB 166 10 254 -
CMYK 0.35 0.96 0 0.00
HSL 278.36º 0.99% 0.52% -
HSV(B) 278.36º 0.96% 1% -
XYZ 33.72 15.48 94.98 -
YUV 84.46 223.68 186.16 -
System Red Green Blue C M Y K H S L
Decimal 166 10 254 0.35 0.96 0 0.00 278.36 0.99 0.52
Hex A6 A FE 23 60 0 0 116 63 34
Octal 246 12 376 43 140 0 0 426 143 64
Binary 10100110 1010 11111110 100011 1100000 0 0 100010110 1100011 110100

Color Harmonies of #A60AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60AFE

Black with #A60AFE

Text Example


Text Example

White with #A60AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60AFE; }

 p { color: rgb(166,10,254); }

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

background-color css

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

 a { background-color: rgb(166,10,254); }

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

border-color css

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

 span { border-color: rgb(166,10,254); }

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