Html Css Color HEX #A513F1 Electric Purple

📋 copy color: '#A513F1'

red 165 ◦ green 19 ◦ blue 241

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

Shades of Electric Purple #A513F1

Tints of Electric Purple #A513F1

RGB

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

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

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

R = 38.82%
G = 4.47%
B = 56.71%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A513F1 (or 0xA513F1) is known color: Electric Purple. HEX triplet: A5, 13 and F1. RGB value is (165,19,241). Sum of RGB (Red+Green+Blue) = 165+19+241=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #A513F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A513F1 is #5AEC0E. Grayscale: #575757. Windows color (decimal): -5958671 or 15799205. OLE color: 15799205.

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

Color convert

RGB 165 19 241 -
CMYK 0.32 0.92 0 0.05
HSL 279.46º 0.89% 0.51% -
HSV(B) 279.46º 0.92% 0.95% -
XYZ 31.63 14.82 84.41 -
YUV 87.96 214.37 182.95 -
System Red Green Blue C M Y K H S L
Decimal 165 19 241 0.32 0.92 0 0.05 279.46 0.89 0.51
Hex A5 13 F1 20 5C 0 5 117 59 33
Octal 245 23 361 40 134 0 5 427 131 63
Binary 10100101 10011 11110001 100000 1011100 0 101 100010111 1011001 110011

Color Harmonies of #A513F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513F1

Black with #A513F1

Text Example


Text Example

White with #A513F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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