Html Css Color HEX #A50FEC Dark Violet

📋 copy color: '#A50FEC'

red 165 ◦ green 15 ◦ blue 236

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

Shades of Dark Violet #A50FEC

Tints of Dark Violet #A50FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.73%

R = 39.66%
G = 3.61%
B = 56.73%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A50FEC (or 0xA50FEC) is known color: Dark Violet. HEX triplet: A5, 0F and EC. RGB value is (165,15,236). Sum of RGB (Red+Green+Blue) = 165+15+236=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #A50FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FEC is #5AF013. Grayscale: #545454. Windows color (decimal): -5959700 or 15470501. OLE color: 15470501.

HSL color Cylindrical-coordinate representation of color #A50FEC: hue angle of 280.72º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50FEC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 15 236 -
CMYK 0.30 0.94 0 0.07
HSL 280.72º 0.88% 0.49% -
HSV(B) 280.72º 0.94% 0.93% -
XYZ 30.83 14.4 80.51 -
YUV 85.04 213.2 185.03 -
System Red Green Blue C M Y K H S L
Decimal 165 15 236 0.30 0.94 0 0.07 280.72 0.88 0.49
Hex A5 F EC 1E 5E 0 7 119 58 31
Octal 245 17 354 36 136 0 7 431 130 61
Binary 10100101 1111 11101100 11110 1011110 0 111 100011001 1011000 110001

Color Harmonies of #A50FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FEC

Black with #A50FEC

Text Example


Text Example

White with #A50FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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