Html Css Color HEX #A60EFB Electric Purple

📋 copy color: '#A60EFB'

red 166 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #A60EFB

Tints of Electric Purple #A60EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.25%

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 38.52%
G = 3.25%
B = 58.24%

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

#A60EFB (or 0xA60EFB) is known color: Electric Purple. HEX triplet: A6, 0E and FB. RGB value is (166,14,251). Sum of RGB (Red+Green+Blue) = 166+14+251=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #A60EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60EFB is #59F104. Grayscale: #555555. Windows color (decimal): -5894405 or 16453286. OLE color: 16453286.

HSL color Cylindrical-coordinate representation of color #A60EFB: hue angle of 278.48º degrees, saturation: 0.97, 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 #A60EFB is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 14 251 -
CMYK 0.34 0.94 0 0.02
HSL 278.48º 0.97% 0.52% -
HSV(B) 278.48º 0.94% 0.98% -
XYZ 33.3 15.39 92.48 -
YUV 86.47 220.86 184.73 -
System Red Green Blue C M Y K H S L
Decimal 166 14 251 0.34 0.94 0 0.02 278.48 0.97 0.52
Hex A6 E FB 22 5E 0 2 116 61 34
Octal 246 16 373 42 136 0 2 426 141 64
Binary 10100110 1110 11111011 100010 1011110 0 10 100010110 1100001 110100

Color Harmonies of #A60EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60EFB

Black with #A60EFB

Text Example


Text Example

White with #A60EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60EFB; }

 p { color: rgb(166,14,251); }

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

background-color css

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

 a { background-color: rgb(166,14,251); }

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

border-color css

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

 span { border-color: rgb(166,14,251); }

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