Html Css Color HEX #A611F7 Electric Purple

📋 copy color: '#A611F7'

red 166 ◦ green 17 ◦ blue 247

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

Shades of Electric Purple #A611F7

Tints of Electric Purple #A611F7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.95%

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

R = 38.6%
G = 3.95%
B = 57.44%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A611F7 (or 0xA611F7) is known color: Electric Purple. HEX triplet: A6, 11 and F7. RGB value is (166,17,247). Sum of RGB (Red+Green+Blue) = 166+17+247=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #A611F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611F7 is #59EE08. Grayscale: #575757. Windows color (decimal): -5893641 or 16191910. OLE color: 16191910.

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

Color convert

RGB 166 17 247 -
CMYK 0.33 0.93 0 0.03
HSL 278.87º 0.93% 0.52% -
HSV(B) 278.87º 0.93% 0.97% -
XYZ 32.71 15.22 89.21 -
YUV 87.77 217.86 183.8 -
System Red Green Blue C M Y K H S L
Decimal 166 17 247 0.33 0.93 0 0.03 278.87 0.93 0.52
Hex A6 11 F7 21 5D 0 3 117 5D 34
Octal 246 21 367 41 135 0 3 427 135 64
Binary 10100110 10001 11110111 100001 1011101 0 11 100010111 1011101 110100

Color Harmonies of #A611F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611F7

Black with #A611F7

Text Example


Text Example

White with #A611F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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