Html Css Color HEX #A513FE Electric Purple

📋 copy color: '#A513FE'

red 165 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #A513FE

Tints of Electric Purple #A513FE

RGB

 RED value IS 165 (64.84% from 255) = 37.67%

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

 BLUE value IS 254 (99.61% from 255) = 57.99%

R = 37.67%
G = 4.34%
B = 57.99%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A513FE (or 0xA513FE) is known color: Electric Purple. HEX triplet: A5, 13 and FE. RGB value is (165,19,254). Sum of RGB (Red+Green+Blue) = 165+19+254=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #A513FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A513FE is #5AEC01. Grayscale: #585858. Windows color (decimal): -5958658 or 16651173. OLE color: 16651173.

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

Color convert

RGB 165 19 254 -
CMYK 0.35 0.93 0 0.00
HSL 277.28º 0.99% 0.54% -
HSV(B) 277.28º 0.93% 1% -
XYZ 33.64 15.62 95.01 -
YUV 89.44 220.87 181.89 -
System Red Green Blue C M Y K H S L
Decimal 165 19 254 0.35 0.93 0 0.00 277.28 0.99 0.54
Hex A5 13 FE 23 5D 0 0 115 63 36
Octal 245 23 376 43 135 0 0 425 143 66
Binary 10100101 10011 11111110 100011 1011101 0 0 100010101 1100011 110110

Color Harmonies of #A513FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513FE

Black with #A513FE

Text Example


Text Example

White with #A513FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513FE; }

 p { color: rgb(165,19,254); }

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

background-color css

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

 a { background-color: rgb(165,19,254); }

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

border-color css

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

 span { border-color: rgb(165,19,254); }

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