Html Css Color HEX #A710F1 Electric Purple

📋 copy color: '#A710F1'

red 167 ◦ green 16 ◦ blue 241

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

Shades of Electric Purple #A710F1

Tints of Electric Purple #A710F1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.77%

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

R = 39.39%
G = 3.77%
B = 56.84%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A710F1 (or 0xA710F1) is known color: Electric Purple. HEX triplet: A7, 10 and F1. RGB value is (167,16,241). Sum of RGB (Red+Green+Blue) = 167+16+241=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #A710F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A710F1 is #58EF0E. Grayscale: #565656. Windows color (decimal): -5828367 or 15798439. OLE color: 15798439.

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

Color convert

RGB 167 16 241 -
CMYK 0.31 0.93 0 0.05
HSL 280.27º 0.89% 0.5% -
HSV(B) 280.27º 0.93% 0.95% -
XYZ 32 14.94 84.42 -
YUV 86.8 215.03 185.2 -
System Red Green Blue C M Y K H S L
Decimal 167 16 241 0.31 0.93 0 0.05 280.27 0.89 0.5
Hex A7 10 F1 1F 5D 0 5 118 59 32
Octal 247 20 361 37 135 0 5 430 131 62
Binary 10100111 10000 11110001 11111 1011101 0 101 100011000 1011001 110010

Color Harmonies of #A710F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710F1

Black with #A710F1

Text Example


Text Example

White with #A710F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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