Html Css Color HEX #A60BF4 Electric Purple

📋 copy color: '#A60BF4'

red 166 ◦ green 11 ◦ blue 244

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

Shades of Electric Purple #A60BF4

Tints of Electric Purple #A60BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 57.96%

R = 39.43%
G = 2.61%
B = 57.96%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A60BF4 (or 0xA60BF4) is known color: Electric Purple. HEX triplet: A6, 0B and F4. RGB value is (166,11,244). Sum of RGB (Red+Green+Blue) = 166+11+244=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 244 (95.70% from 255 or 57.96% from 421); Max value from RGB is 244 - color contains mainly: blue. Hex color #A60BF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60BF4 is #59F40B. Grayscale: #535353. Windows color (decimal): -5895180 or 15993766. OLE color: 15993766.

HSL color Cylindrical-coordinate representation of color #A60BF4: hue angle of 279.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BF4 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 11 244 -
CMYK 0.32 0.95 0 0.04
HSL 279.91º 0.91% 0.5% -
HSV(B) 279.91º 0.95% 0.96% -
XYZ 32.17 14.88 86.76 -
YUV 83.91 218.35 186.55 -
System Red Green Blue C M Y K H S L
Decimal 166 11 244 0.32 0.95 0 0.04 279.91 0.91 0.5
Hex A6 B F4 20 5F 0 4 118 5B 32
Octal 246 13 364 40 137 0 4 430 133 62
Binary 10100110 1011 11110100 100000 1011111 0 100 100011000 1011011 110010

Color Harmonies of #A60BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BF4

Black with #A60BF4

Text Example


Text Example

White with #A60BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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