Html Css Color HEX #A50FF2 Electric Purple

📋 copy color: '#A50FF2'

red 165 ◦ green 15 ◦ blue 242

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

Shades of Electric Purple #A50FF2

Tints of Electric Purple #A50FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.35%

R = 39.1%
G = 3.55%
B = 57.35%

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

#A50FF2 (or 0xA50FF2) is known color: Electric Purple. HEX triplet: A5, 0F and F2. RGB value is (165,15,242). Sum of RGB (Red+Green+Blue) = 165+15+242=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #A50FF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FF2 is #5AF00D. Grayscale: #545454. Windows color (decimal): -5959694 or 15863717. OLE color: 15863717.

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

Color convert

RGB 165 15 242 -
CMYK 0.32 0.94 0 0.05
HSL 279.65º 0.9% 0.5% -
HSV(B) 279.65º 0.94% 0.95% -
XYZ 31.71 14.75 85.18 -
YUV 85.73 216.2 184.54 -
System Red Green Blue C M Y K H S L
Decimal 165 15 242 0.32 0.94 0 0.05 279.65 0.9 0.5
Hex A5 F F2 20 5E 0 5 118 5A 32
Octal 245 17 362 40 136 0 5 430 132 62
Binary 10100101 1111 11110010 100000 1011110 0 101 100011000 1011010 110010

Color Harmonies of #A50FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FF2

Black with #A50FF2

Text Example


Text Example

White with #A50FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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