Html Css Color HEX #A713FA Electric Purple

📋 copy color: '#A713FA'

red 167 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #A713FA

Tints of Electric Purple #A713FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.36%

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 38.3%
G = 4.36%
B = 57.34%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A713FA (or 0xA713FA) is known color: Electric Purple. HEX triplet: A7, 13 and FA. RGB value is (167,19,250). Sum of RGB (Red+Green+Blue) = 167+19+250=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #A713FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A713FA is #58EC05. Grayscale: #585858. Windows color (decimal): -5827590 or 16389031. OLE color: 16389031.

HSL color Cylindrical-coordinate representation of color #A713FA: hue angle of 278.44º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A713FA is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 19 250 -
CMYK 0.33 0.92 0 0.02
HSL 278.44º 0.96% 0.53% -
HSV(B) 278.44º 0.92% 0.98% -
XYZ 33.42 15.58 91.69 -
YUV 89.59 218.53 183.22 -
System Red Green Blue C M Y K H S L
Decimal 167 19 250 0.33 0.92 0 0.02 278.44 0.96 0.53
Hex A7 13 FA 21 5C 0 2 116 60 35
Octal 247 23 372 41 134 0 2 426 140 65
Binary 10100111 10011 11111010 100001 1011100 0 10 100010110 1100000 110101

Color Harmonies of #A713FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A713FA

Black with #A713FA

Text Example


Text Example

White with #A713FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A713FA; }

 p { color: rgb(167,19,250); }

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

background-color css

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

 a { background-color: rgb(167,19,250); }

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

border-color css

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

 span { border-color: rgb(167,19,250); }

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