Html Css Color HEX #A715F1 Electric Purple

📋 copy color: '#A715F1'

red 167 ◦ green 21 ◦ blue 241

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

Shades of Electric Purple #A715F1

Tints of Electric Purple #A715F1

RGB

 RED value IS 167 (65.63% from 255) = 38.93%

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

 BLUE value IS 241 (94.53% from 255) = 56.18%

R = 38.93%
G = 4.9%
B = 56.18%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A715F1 (or 0xA715F1) is known color: Electric Purple. HEX triplet: A7, 15 and F1. RGB value is (167,21,241). Sum of RGB (Red+Green+Blue) = 167+21+241=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #A715F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A715F1 is #58EA0E. Grayscale: #595959. Windows color (decimal): -5827087 or 15799719. OLE color: 15799719.

HSL color Cylindrical-coordinate representation of color #A715F1: hue angle of 279.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A715F1 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 21 241 -
CMYK 0.31 0.91 0 0.05
HSL 279.82º 0.89% 0.51% -
HSV(B) 279.82º 0.91% 0.95% -
XYZ 32.08 15.1 84.44 -
YUV 89.73 213.37 183.11 -
System Red Green Blue C M Y K H S L
Decimal 167 21 241 0.31 0.91 0 0.05 279.82 0.89 0.51
Hex A7 15 F1 1F 5B 0 5 118 59 33
Octal 247 25 361 37 133 0 5 430 131 63
Binary 10100111 10101 11110001 11111 1011011 0 101 100011000 1011001 110011

Color Harmonies of #A715F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A715F1

Black with #A715F1

Text Example


Text Example

White with #A715F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A715F1; }

 p { color: rgb(167,21,241); }

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

background-color css

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

 a { background-color: rgb(167,21,241); }

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

border-color css

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

 span { border-color: rgb(167,21,241); }

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