Html Css Color HEX #A60BFE Electric Purple

📋 copy color: '#A60BFE'

red 166 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #A60BFE

Tints of Electric Purple #A60BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

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

R = 38.52%
G = 2.55%
B = 58.93%

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

#A60BFE (or 0xA60BFE) is known color: Electric Purple. HEX triplet: A6, 0B and FE. RGB value is (166,11,254). Sum of RGB (Red+Green+Blue) = 166+11+254=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #A60BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60BFE is #59F401. Grayscale: #545454. Windows color (decimal): -5895170 or 16649126. OLE color: 16649126.

HSL color Cylindrical-coordinate representation of color #A60BFE: hue angle of 278.27º 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 #A60BFE is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 11 254 -
CMYK 0.35 0.96 0 0.00
HSL 278.27º 0.99% 0.52% -
HSV(B) 278.27º 0.96% 1% -
XYZ 33.73 15.5 94.98 -
YUV 85.05 223.35 185.74 -
System Red Green Blue C M Y K H S L
Decimal 166 11 254 0.35 0.96 0 0.00 278.27 0.99 0.52
Hex A6 B FE 23 60 0 0 116 63 34
Octal 246 13 376 43 140 0 0 426 143 64
Binary 10100110 1011 11111110 100011 1100000 0 0 100010110 1100011 110100

Color Harmonies of #A60BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BFE

Black with #A60BFE

Text Example


Text Example

White with #A60BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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