Html Css Color HEX #A50DC7 Dark Violet

📋 copy color: '#A50DC7'

red 165 ◦ green 13 ◦ blue 199

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

Shades of Dark Violet #A50DC7

Tints of Dark Violet #A50DC7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.45%

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

R = 43.77%
G = 3.45%
B = 52.79%

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

#A50DC7 (or 0xA50DC7) is known color: Dark Violet. HEX triplet: A5, 0D and C7. RGB value is (165,13,199). Sum of RGB (Red+Green+Blue) = 165+13+199=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #A50DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DC7 is #5AF238. Grayscale: #4F4F4F. Windows color (decimal): -5960249 or 13045157. OLE color: 13045157.

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

Color convert

RGB 165 13 199 -
CMYK 0.17 0.93 0 0.22
HSL 289.03º 0.88% 0.42% -
HSV(B) 289.03º 0.93% 0.78% -
XYZ 25.97 12.41 55.06 -
YUV 79.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 165 13 199 0.17 0.93 0 0.22 289.03 0.88 0.42
Hex A5 D C7 11 5D 0 16 121 58 2A
Octal 245 15 307 21 135 0 26 441 130 52
Binary 10100101 1101 11000111 10001 1011101 0 10110 100100001 1011000 101010

Color Harmonies of #A50DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DC7

Black with #A50DC7

Text Example


Text Example

White with #A50DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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