Html Css Color HEX #A50FBC Dark Violet

📋 copy color: '#A50FBC'

red 165 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #A50FBC

Tints of Dark Violet #A50FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 44.84%
G = 4.08%
B = 51.09%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A50FBC (or 0xA50FBC) is known color: Dark Violet. HEX triplet: A5, 0F and BC. RGB value is (165,15,188). Sum of RGB (Red+Green+Blue) = 165+15+188=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #A50FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FBC is #5AF043. Grayscale: #4F4F4F. Windows color (decimal): -5959748 or 12324773. OLE color: 12324773.

HSL color Cylindrical-coordinate representation of color #A50FBC: hue angle of 292.02º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50FBC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 15 188 -
CMYK 0.12 0.92 0 0.26
HSL 292.02º 0.85% 0.4% -
HSV(B) 292.02º 0.92% 0.74% -
XYZ 24.76 11.97 48.58 -
YUV 79.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 165 15 188 0.12 0.92 0 0.26 292.02 0.85 0.4
Hex A5 F BC C 5C 0 1A 124 55 28
Octal 245 17 274 14 134 0 32 444 125 50
Binary 10100101 1111 10111100 1100 1011100 0 11010 100100100 1010101 101000

Color Harmonies of #A50FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FBC

Black with #A50FBC

Text Example


Text Example

White with #A50FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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