Html Css Color HEX #A50FFF Electric Purple

📋 copy color: '#A50FFF'

red 165 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #A50FFF

Tints of Electric Purple #A50FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.62%

R = 37.93%
G = 3.45%
B = 58.62%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A50FFF (or 0xA50FFF) is known color: Electric Purple. HEX triplet: A5, 0F and FF. RGB value is (165,15,255). Sum of RGB (Red+Green+Blue) = 165+15+255=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A50FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FFF is #5AF000. Grayscale: #565656. Windows color (decimal): -5959681 or 16715685. OLE color: 16715685.

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

Color convert

RGB 165 15 255 -
CMYK 0.35 0.94 0 0
HSL 277.5º 1% 0.53% -
HSV(B) 277.5º 0.94% 1% -
XYZ 33.74 15.56 95.83 -
YUV 87.21 222.7 183.49 -
System Red Green Blue C M Y K H S L
Decimal 165 15 255 0.35 0.94 0 0 277.5 1 0.53
Hex A5 F FF 23 5E 0 0 116 64 35
Octal 245 17 377 43 136 0 0 426 144 65
Binary 10100101 1111 11111111 100011 1011110 0 0 100010110 1100100 110101

Color Harmonies of #A50FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FFF

Black with #A50FFF

Text Example


Text Example

White with #A50FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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