Html Css Color HEX #A50FC6 Dark Violet

📋 copy color: '#A50FC6'

red 165 ◦ green 15 ◦ blue 198

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

Shades of Dark Violet #A50FC6

Tints of Dark Violet #A50FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.38%

R = 43.65%
G = 3.97%
B = 52.38%

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

#A50FC6 (or 0xA50FC6) is known color: Dark Violet. HEX triplet: A5, 0F and C6. RGB value is (165,15,198). Sum of RGB (Red+Green+Blue) = 165+15+198=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #A50FC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FC6 is #5AF039. Grayscale: #505050. Windows color (decimal): -5959738 or 12980133. OLE color: 12980133.

HSL color Cylindrical-coordinate representation of color #A50FC6: hue angle of 289.18º 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 #A50FC6 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 15 198 -
CMYK 0.17 0.92 0 0.22
HSL 289.18º 0.86% 0.42% -
HSV(B) 289.18º 0.92% 0.78% -
XYZ 25.88 12.42 54.46 -
YUV 80.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 165 15 198 0.17 0.92 0 0.22 289.18 0.86 0.42
Hex A5 F C6 11 5C 0 16 121 56 2A
Octal 245 17 306 21 134 0 26 441 126 52
Binary 10100101 1111 11000110 10001 1011100 0 10110 100100001 1010110 101010

Color Harmonies of #A50FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FC6

Black with #A50FC6

Text Example


Text Example

White with #A50FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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