Html Css Color HEX #A60BF7 Electric Purple

📋 copy color: '#A60BF7'

red 166 ◦ green 11 ◦ blue 247

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

Shades of Electric Purple #A60BF7

Tints of Electric Purple #A60BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 58.25%

R = 39.15%
G = 2.59%
B = 58.25%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A60BF7 (or 0xA60BF7) is known color: Electric Purple. HEX triplet: A6, 0B and F7. RGB value is (166,11,247). Sum of RGB (Red+Green+Blue) = 166+11+247=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 247 (96.88% from 255 or 58.25% from 424); Max value from RGB is 247 - color contains mainly: blue. Hex color #A60BF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60BF7 is #59F408. Grayscale: #535353. Windows color (decimal): -5895177 or 16190374. OLE color: 16190374.

HSL color Cylindrical-coordinate representation of color #A60BF7: hue angle of 279.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60BF7 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 11 247 -
CMYK 0.33 0.96 0 0.03
HSL 279.41º 0.94% 0.51% -
HSV(B) 279.41º 0.96% 0.97% -
XYZ 32.63 15.06 89.18 -
YUV 84.25 219.85 186.31 -
System Red Green Blue C M Y K H S L
Decimal 166 11 247 0.33 0.96 0 0.03 279.41 0.94 0.51
Hex A6 B F7 21 60 0 3 117 5E 33
Octal 246 13 367 41 140 0 3 427 136 63
Binary 10100110 1011 11110111 100001 1100000 0 11 100010111 1011110 110011

Color Harmonies of #A60BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BF7

Black with #A60BF7

Text Example


Text Example

White with #A60BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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