Html Css Color HEX #A713FF Electric Purple

📋 copy color: '#A713FF'

red 167 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #A713FF

Tints of Electric Purple #A713FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.82%

R = 37.87%
G = 4.31%
B = 57.82%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A713FF (or 0xA713FF) is known color: Electric Purple. HEX triplet: A7, 13 and FF. RGB value is (167,19,255). Sum of RGB (Red+Green+Blue) = 167+19+255=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #A713FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A713FF is #58EC00. Grayscale: #595959. Windows color (decimal): -5827585 or 16716711. OLE color: 16716711.

HSL color Cylindrical-coordinate representation of color #A713FF: hue angle of 277.63º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A713FF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 19 255 -
CMYK 0.35 0.93 0 0
HSL 277.63º 1% 0.54% -
HSV(B) 277.63º 0.93% 1% -
XYZ 34.22 15.9 95.87 -
YUV 90.16 221.03 182.81 -
System Red Green Blue C M Y K H S L
Decimal 167 19 255 0.35 0.93 0 0 277.63 1 0.54
Hex A7 13 FF 23 5D 0 0 116 64 36
Octal 247 23 377 43 135 0 0 426 144 66
Binary 10100111 10011 11111111 100011 1011101 0 0 100010110 1100100 110110

Color Harmonies of #A713FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A713FF

Black with #A713FF

Text Example


Text Example

White with #A713FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A713FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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