Html Css Color HEX #A50BC7 Dark Violet

📋 copy color: '#A50BC7'

red 165 ◦ green 11 ◦ blue 199

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

Shades of Dark Violet #A50BC7

Tints of Dark Violet #A50BC7

RGB

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

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

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

R = 44%
G = 2.93%
B = 53.07%

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

#A50BC7 (or 0xA50BC7) is known color: Dark Violet. HEX triplet: A5, 0B and C7. RGB value is (165,11,199). Sum of RGB (Red+Green+Blue) = 165+11+199=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #A50BC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BC7 is #5AF438. Grayscale: #4D4D4D. Windows color (decimal): -5960761 or 13044645. OLE color: 13044645.

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

Color convert

RGB 165 11 199 -
CMYK 0.17 0.94 0 0.22
HSL 289.15º 0.9% 0.41% -
HSV(B) 289.15º 0.94% 0.78% -
XYZ 25.95 12.36 55.05 -
YUV 78.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 165 11 199 0.17 0.94 0 0.22 289.15 0.9 0.41
Hex A5 B C7 11 5E 0 16 121 5A 29
Octal 245 13 307 21 136 0 26 441 132 51
Binary 10100101 1011 11000111 10001 1011110 0 10110 100100001 1011010 101001

Color Harmonies of #A50BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BC7

Black with #A50BC7

Text Example


Text Example

White with #A50BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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