Html Css Color HEX #A50EFF Electric Purple

📋 copy color: '#A50EFF'

red 165 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #A50EFF

Tints of Electric Purple #A50EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.23%

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

R = 38.02%
G = 3.23%
B = 58.76%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A50EFF (or 0xA50EFF) is known color: Electric Purple. HEX triplet: A5, 0E and FF. RGB value is (165,14,255). Sum of RGB (Red+Green+Blue) = 165+14+255=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #A50EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50EFF is #5AF100. Grayscale: #555555. Windows color (decimal): -5959937 or 16715429. OLE color: 16715429.

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

Color convert

RGB 165 14 255 -
CMYK 0.35 0.95 0 0
HSL 277.59º 1% 0.53% -
HSV(B) 277.59º 0.95% 1% -
XYZ 33.72 15.53 95.83 -
YUV 86.62 223.03 183.9 -
System Red Green Blue C M Y K H S L
Decimal 165 14 255 0.35 0.95 0 0 277.59 1 0.53
Hex A5 E FF 23 5F 0 0 116 64 35
Octal 245 16 377 43 137 0 0 426 144 65
Binary 10100101 1110 11111111 100011 1011111 0 0 100010110 1100100 110101

Color Harmonies of #A50EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50EFF

Black with #A50EFF

Text Example


Text Example

White with #A50EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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