Html Css Color HEX #A50FFA Electric Purple

📋 copy color: '#A50FFA'

red 165 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #A50FFA

Tints of Electric Purple #A50FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.49%

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

R = 38.37%
G = 3.49%
B = 58.14%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A50FFA (or 0xA50FFA) is known color: Electric Purple. HEX triplet: A5, 0F and FA. RGB value is (165,15,250). Sum of RGB (Red+Green+Blue) = 165+15+250=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #A50FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FFA is #5AF005. Grayscale: #555555. Windows color (decimal): -5959686 or 16388005. OLE color: 16388005.

HSL color Cylindrical-coordinate representation of color #A50FFA: hue angle of 278.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50FFA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 15 250 -
CMYK 0.34 0.94 0 0.02
HSL 278.3º 0.96% 0.52% -
HSV(B) 278.3º 0.94% 0.98% -
XYZ 32.94 15.24 91.65 -
YUV 86.64 220.2 183.89 -
System Red Green Blue C M Y K H S L
Decimal 165 15 250 0.34 0.94 0 0.02 278.3 0.96 0.52
Hex A5 F FA 22 5E 0 2 116 60 34
Octal 245 17 372 42 136 0 2 426 140 64
Binary 10100101 1111 11111010 100010 1011110 0 10 100010110 1100000 110100

Color Harmonies of #A50FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FFA

Black with #A50FFA

Text Example


Text Example

White with #A50FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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