Html Css Color HEX #A50BC6 Dark Violet

📋 copy color: '#A50BC6'

red 165 ◦ green 11 ◦ blue 198

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

Shades of Dark Violet #A50BC6

Tints of Dark Violet #A50BC6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.94%

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

R = 44.12%
G = 2.94%
B = 52.94%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A50BC6 (or 0xA50BC6) is known color: Dark Violet. HEX triplet: A5, 0B and C6. RGB value is (165,11,198). Sum of RGB (Red+Green+Blue) = 165+11+198=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #A50BC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BC6 is #5AF439. Grayscale: #4D4D4D. Windows color (decimal): -5960762 or 12979109. OLE color: 12979109.

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

Color convert

RGB 165 11 198 -
CMYK 0.17 0.94 0 0.22
HSL 289.41º 0.89% 0.41% -
HSV(B) 289.41º 0.94% 0.78% -
XYZ 25.83 12.32 54.44 -
YUV 78.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 165 11 198 0.17 0.94 0 0.22 289.41 0.89 0.41
Hex A5 B C6 11 5E 0 16 121 59 29
Octal 245 13 306 21 136 0 26 441 131 51
Binary 10100101 1011 11000110 10001 1011110 0 10110 100100001 1011001 101001

Color Harmonies of #A50BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BC6

Black with #A50BC6

Text Example


Text Example

White with #A50BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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