Html Css Color HEX #A514FA Electric Purple

📋 copy color: '#A514FA'

red 165 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #A514FA

Tints of Electric Purple #A514FA

RGB

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

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

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

R = 37.93%
G = 4.6%
B = 57.47%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A514FA (or 0xA514FA) is known color: Electric Purple. HEX triplet: A5, 14 and FA. RGB value is (165,20,250). Sum of RGB (Red+Green+Blue) = 165+20+250=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #A514FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514FA is #5AEB05. Grayscale: #585858. Windows color (decimal): -5958406 or 16389285. OLE color: 16389285.

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

Color convert

RGB 165 20 250 -
CMYK 0.34 0.92 0 0.02
HSL 277.83º 0.96% 0.53% -
HSV(B) 277.83º 0.92% 0.98% -
XYZ 33.02 15.4 91.67 -
YUV 89.58 218.54 181.8 -
System Red Green Blue C M Y K H S L
Decimal 165 20 250 0.34 0.92 0 0.02 277.83 0.96 0.53
Hex A5 14 FA 22 5C 0 2 116 60 35
Octal 245 24 372 42 134 0 2 426 140 65
Binary 10100101 10100 11111010 100010 1011100 0 10 100010110 1100000 110101

Color Harmonies of #A514FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514FA

Black with #A514FA

Text Example


Text Example

White with #A514FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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