Html Css Color HEX #A50FC7 Dark Violet

📋 copy color: '#A50FC7'

red 165 ◦ green 15 ◦ blue 199

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

Shades of Dark Violet #A50FC7

Tints of Dark Violet #A50FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.51%

R = 43.54%
G = 3.96%
B = 52.51%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A50FC7 (or 0xA50FC7) is known color: Dark Violet. HEX triplet: A5, 0F and C7. RGB value is (165,15,199). Sum of RGB (Red+Green+Blue) = 165+15+199=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #A50FC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FC7 is #5AF038. Grayscale: #505050. Windows color (decimal): -5959737 or 13045669. OLE color: 13045669.

HSL color Cylindrical-coordinate representation of color #A50FC7: hue angle of 288.91º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50FC7 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 15 199 -
CMYK 0.17 0.92 0 0.22
HSL 288.91º 0.86% 0.42% -
HSV(B) 288.91º 0.92% 0.78% -
XYZ 26 12.46 55.07 -
YUV 80.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 165 15 199 0.17 0.92 0 0.22 288.91 0.86 0.42
Hex A5 F C7 11 5C 0 16 121 56 2A
Octal 245 17 307 21 134 0 26 441 126 52
Binary 10100101 1111 11000111 10001 1011100 0 10110 100100001 1010110 101010

Color Harmonies of #A50FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FC7

Black with #A50FC7

Text Example


Text Example

White with #A50FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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