Html Css Color HEX #A50DBF Dark Violet

📋 copy color: '#A50DBF'

red 165 ◦ green 13 ◦ blue 191

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

Shades of Dark Violet #A50DBF

Tints of Dark Violet #A50DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 44.72%
G = 3.52%
B = 51.76%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A50DBF (or 0xA50DBF) is known color: Dark Violet. HEX triplet: A5, 0D and BF. RGB value is (165,13,191). Sum of RGB (Red+Green+Blue) = 165+13+191=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #A50DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DBF is #5AF240. Grayscale: #4E4E4E. Windows color (decimal): -5960257 or 12520869. OLE color: 12520869.

HSL color Cylindrical-coordinate representation of color #A50DBF: hue angle of 291.24º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DBF is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 13 191 -
CMYK 0.14 0.93 0 0.25
HSL 291.24º 0.87% 0.4% -
HSV(B) 291.24º 0.93% 0.75% -
XYZ 25.06 12.05 50.29 -
YUV 78.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 165 13 191 0.14 0.93 0 0.25 291.24 0.87 0.4
Hex A5 D BF E 5D 0 19 123 57 28
Octal 245 15 277 16 135 0 31 443 127 50
Binary 10100101 1101 10111111 1110 1011101 0 11001 100100011 1010111 101000

Color Harmonies of #A50DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DBF

Black with #A50DBF

Text Example


Text Example

White with #A50DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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