Html Css Color HEX #A50FF3 Electric Purple

📋 copy color: '#A50FF3'

red 165 ◦ green 15 ◦ blue 243

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

Shades of Electric Purple #A50FF3

Tints of Electric Purple #A50FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.45%

R = 39.01%
G = 3.55%
B = 57.45%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A50FF3 (or 0xA50FF3) is known color: Electric Purple. HEX triplet: A5, 0F and F3. RGB value is (165,15,243). Sum of RGB (Red+Green+Blue) = 165+15+243=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #A50FF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FF3 is #5AF00C. Grayscale: #555555. Windows color (decimal): -5959693 or 15929253. OLE color: 15929253.

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

Color convert

RGB 165 15 243 -
CMYK 0.32 0.94 0 0.05
HSL 279.47º 0.9% 0.51% -
HSV(B) 279.47º 0.94% 0.95% -
XYZ 31.87 14.81 85.97 -
YUV 85.84 216.7 184.46 -
System Red Green Blue C M Y K H S L
Decimal 165 15 243 0.32 0.94 0 0.05 279.47 0.9 0.51
Hex A5 F F3 20 5E 0 5 117 5A 33
Octal 245 17 363 40 136 0 5 427 132 63
Binary 10100101 1111 11110011 100000 1011110 0 101 100010111 1011010 110011

Color Harmonies of #A50FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FF3

Black with #A50FF3

Text Example


Text Example

White with #A50FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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