Html Css Color HEX #A50DFA Electric Purple

📋 copy color: '#A50DFA'

red 165 ◦ green 13 ◦ blue 250

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

Shades of Electric Purple #A50DFA

Tints of Electric Purple #A50DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

 BLUE value IS 250 (98.05% from 255) = 58.41%

R = 38.55%
G = 3.04%
B = 58.41%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A50DFA (or 0xA50DFA) is known color: Electric Purple. HEX triplet: A5, 0D and FA. RGB value is (165,13,250). Sum of RGB (Red+Green+Blue) = 165+13+250=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #A50DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DFA is #5AF205. Grayscale: #545454. Windows color (decimal): -5960198 or 16387493. OLE color: 16387493.

HSL color Cylindrical-coordinate representation of color #A50DFA: hue angle of 278.48º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50DFA is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 13 250 -
CMYK 0.34 0.95 0 0.02
HSL 278.48º 0.96% 0.52% -
HSV(B) 278.48º 0.95% 0.98% -
XYZ 32.92 15.19 91.64 -
YUV 85.47 220.86 184.73 -
System Red Green Blue C M Y K H S L
Decimal 165 13 250 0.34 0.95 0 0.02 278.48 0.96 0.52
Hex A5 D FA 22 5F 0 2 116 60 34
Octal 245 15 372 42 137 0 2 426 140 64
Binary 10100101 1101 11111010 100010 1011111 0 10 100010110 1100000 110100

Color Harmonies of #A50DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DFA

Black with #A50DFA

Text Example


Text Example

White with #A50DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DFA; }

 p { color: rgb(165,13,250); }

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

background-color css

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

 a { background-color: rgb(165,13,250); }

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

border-color css

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

 span { border-color: rgb(165,13,250); }

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