Html Css Color HEX #A615F7 Electric Purple

📋 copy color: '#A615F7'

red 166 ◦ green 21 ◦ blue 247

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

Shades of Electric Purple #A615F7

Tints of Electric Purple #A615F7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.84%

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

R = 38.25%
G = 4.84%
B = 56.91%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A615F7 (or 0xA615F7) is known color: Electric Purple. HEX triplet: A6, 15 and F7. RGB value is (166,21,247). Sum of RGB (Red+Green+Blue) = 166+21+247=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 247 (96.88% from 255 or 56.91% from 434); Max value from RGB is 247 - color contains mainly: blue. Hex color #A615F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A615F7 is #59EA08. Grayscale: #595959. Windows color (decimal): -5892617 or 16192934. OLE color: 16192934.

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

Color convert

RGB 166 21 247 -
CMYK 0.33 0.91 0 0.03
HSL 278.5º 0.93% 0.53% -
HSV(B) 278.5º 0.91% 0.97% -
XYZ 32.78 15.36 89.23 -
YUV 90.12 216.54 182.12 -
System Red Green Blue C M Y K H S L
Decimal 166 21 247 0.33 0.91 0 0.03 278.5 0.93 0.53
Hex A6 15 F7 21 5B 0 3 116 5D 35
Octal 246 25 367 41 133 0 3 426 135 65
Binary 10100110 10101 11110111 100001 1011011 0 11 100010110 1011101 110101

Color Harmonies of #A615F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615F7

Black with #A615F7

Text Example


Text Example

White with #A615F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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