Html Css Color HEX #A514F1 Electric Purple

📋 copy color: '#A514F1'

red 165 ◦ green 20 ◦ blue 241

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

Shades of Electric Purple #A514F1

Tints of Electric Purple #A514F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.69%

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

R = 38.73%
G = 4.69%
B = 56.57%

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

#A514F1 (or 0xA514F1) is known color: Electric Purple. HEX triplet: A5, 14 and F1. RGB value is (165,20,241). Sum of RGB (Red+Green+Blue) = 165+20+241=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #A514F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514F1 is #5AEB0E. Grayscale: #575757. Windows color (decimal): -5958415 or 15799461. OLE color: 15799461.

HSL color Cylindrical-coordinate representation of color #A514F1: hue angle of 279.37º 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 #A514F1 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 20 241 -
CMYK 0.32 0.92 0 0.05
HSL 279.37º 0.89% 0.51% -
HSV(B) 279.37º 0.92% 0.95% -
XYZ 31.64 14.85 84.42 -
YUV 88.55 214.04 182.53 -
System Red Green Blue C M Y K H S L
Decimal 165 20 241 0.32 0.92 0 0.05 279.37 0.89 0.51
Hex A5 14 F1 20 5C 0 5 117 59 33
Octal 245 24 361 40 134 0 5 427 131 63
Binary 10100101 10100 11110001 100000 1011100 0 101 100010111 1011001 110011

Color Harmonies of #A514F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514F1

Black with #A514F1

Text Example


Text Example

White with #A514F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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