Html Css Color HEX #A50EFD Electric Purple

📋 copy color: '#A50EFD'

red 165 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #A50EFD

Tints of Electric Purple #A50EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.56%

R = 38.19%
G = 3.24%
B = 58.56%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A50EFD (or 0xA50EFD) is known color: Electric Purple. HEX triplet: A5, 0E and FD. RGB value is (165,14,253). Sum of RGB (Red+Green+Blue) = 165+14+253=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #A50EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50EFD is #5AF102. Grayscale: #555555. Windows color (decimal): -5959939 or 16584357. OLE color: 16584357.

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

Color convert

RGB 165 14 253 -
CMYK 0.35 0.94 0 0.01
HSL 277.91º 0.98% 0.52% -
HSV(B) 277.91º 0.94% 0.99% -
XYZ 33.4 15.41 94.14 -
YUV 86.4 222.03 184.07 -
System Red Green Blue C M Y K H S L
Decimal 165 14 253 0.35 0.94 0 0.01 277.91 0.98 0.52
Hex A5 E FD 23 5E 0 1 116 62 34
Octal 245 16 375 43 136 0 1 426 142 64
Binary 10100101 1110 11111101 100011 1011110 0 1 100010110 1100010 110100

Color Harmonies of #A50EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50EFD

Black with #A50EFD

Text Example


Text Example

White with #A50EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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