Html Css Color HEX #A50EC6 Dark Violet

📋 copy color: '#A50EC6'

red 165 ◦ green 14 ◦ blue 198

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

Shades of Dark Violet #A50EC6

Tints of Dark Violet #A50EC6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.71%

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

R = 43.77%
G = 3.71%
B = 52.52%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A50EC6 (or 0xA50EC6) is known color: Dark Violet. HEX triplet: A5, 0E and C6. RGB value is (165,14,198). Sum of RGB (Red+Green+Blue) = 165+14+198=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #A50EC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50EC6 is #5AF139. Grayscale: #4F4F4F. Windows color (decimal): -5959994 or 12979877. OLE color: 12979877.

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

Color convert

RGB 165 14 198 -
CMYK 0.17 0.93 0 0.22
HSL 289.24º 0.87% 0.42% -
HSV(B) 289.24º 0.93% 0.78% -
XYZ 25.87 12.39 54.45 -
YUV 80.13 194.53 188.54 -
System Red Green Blue C M Y K H S L
Decimal 165 14 198 0.17 0.93 0 0.22 289.24 0.87 0.42
Hex A5 E C6 11 5D 0 16 121 57 2A
Octal 245 16 306 21 135 0 26 441 127 52
Binary 10100101 1110 11000110 10001 1011101 0 10110 100100001 1010111 101010

Color Harmonies of #A50EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50EC6

Black with #A50EC6

Text Example


Text Example

White with #A50EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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