Html Css Color HEX #A50FF4 Electric Purple

📋 copy color: '#A50FF4'

red 165 ◦ green 15 ◦ blue 244

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

Shades of Electric Purple #A50FF4

Tints of Electric Purple #A50FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 57.55%

R = 38.92%
G = 3.54%
B = 57.55%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A50FF4 (or 0xA50FF4) is known color: Electric Purple. HEX triplet: A5, 0F and F4. RGB value is (165,15,244). Sum of RGB (Red+Green+Blue) = 165+15+244=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 244 (95.70% from 255 or 57.55% from 424); Max value from RGB is 244 - color contains mainly: blue. Hex color #A50FF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FF4 is #5AF00B. Grayscale: #555555. Windows color (decimal): -5959692 or 15994789. OLE color: 15994789.

HSL color Cylindrical-coordinate representation of color #A50FF4: hue angle of 279.3º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50FF4 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 15 244 -
CMYK 0.32 0.94 0 0.04
HSL 279.3º 0.91% 0.51% -
HSV(B) 279.3º 0.94% 0.96% -
XYZ 32.02 14.87 86.77 -
YUV 85.96 217.2 184.38 -
System Red Green Blue C M Y K H S L
Decimal 165 15 244 0.32 0.94 0 0.04 279.3 0.91 0.51
Hex A5 F F4 20 5E 0 4 117 5B 33
Octal 245 17 364 40 136 0 4 427 133 63
Binary 10100101 1111 11110100 100000 1011110 0 100 100010111 1011011 110011

Color Harmonies of #A50FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FF4

Black with #A50FF4

Text Example


Text Example

White with #A50FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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