Html Css Color HEX #A50DF9 Electric Purple

📋 copy color: '#A50DF9'

red 165 ◦ green 13 ◦ blue 249

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

Shades of Electric Purple #A50DF9

Tints of Electric Purple #A50DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.31%

R = 38.64%
G = 3.04%
B = 58.31%

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

#A50DF9 (or 0xA50DF9) is known color: Electric Purple. HEX triplet: A5, 0D and F9. RGB value is (165,13,249). Sum of RGB (Red+Green+Blue) = 165+13+249=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #A50DF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DF9 is #5AF206. Grayscale: #545454. Windows color (decimal): -5960199 or 16321957. OLE color: 16321957.

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

Color convert

RGB 165 13 249 -
CMYK 0.34 0.95 0 0.02
HSL 278.64º 0.95% 0.51% -
HSV(B) 278.64º 0.95% 0.98% -
XYZ 32.76 15.13 90.82 -
YUV 85.35 220.36 184.81 -
System Red Green Blue C M Y K H S L
Decimal 165 13 249 0.34 0.95 0 0.02 278.64 0.95 0.51
Hex A5 D F9 22 5F 0 2 117 5F 33
Octal 245 15 371 42 137 0 2 427 137 63
Binary 10100101 1101 11111001 100010 1011111 0 10 100010111 1011111 110011

Color Harmonies of #A50DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DF9

Black with #A50DF9

Text Example


Text Example

White with #A50DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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