Html Css Color HEX #A60FFB Electric Purple

📋 copy color: '#A60FFB'

red 166 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #A60FFB

Tints of Electric Purple #A60FFB

RGB

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

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

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

R = 38.43%
G = 3.47%
B = 58.1%

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

#A60FFB (or 0xA60FFB) is known color: Electric Purple. HEX triplet: A6, 0F and FB. RGB value is (166,15,251). Sum of RGB (Red+Green+Blue) = 166+15+251=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #A60FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FFB is #59F004. Grayscale: #565656. Windows color (decimal): -5894149 or 16453542. OLE color: 16453542.

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

Color convert

RGB 166 15 251 -
CMYK 0.34 0.94 0 0.02
HSL 278.39º 0.97% 0.52% -
HSV(B) 278.39º 0.94% 0.98% -
XYZ 33.31 15.41 92.49 -
YUV 87.05 220.53 184.31 -
System Red Green Blue C M Y K H S L
Decimal 166 15 251 0.34 0.94 0 0.02 278.39 0.97 0.52
Hex A6 F FB 22 5E 0 2 116 61 34
Octal 246 17 373 42 136 0 2 426 141 64
Binary 10100110 1111 11111011 100010 1011110 0 10 100010110 1100001 110100

Color Harmonies of #A60FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FFB

Black with #A60FFB

Text Example


Text Example

White with #A60FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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