Html Css Color HEX #A50DAB Dark Magenta

📋 copy color: '#A50DAB'

red 165 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #A50DAB

Tints of Dark Magenta #A50DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 47.28%
G = 3.72%
B = 49%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A50DAB (or 0xA50DAB) is known color: Dark Magenta. HEX triplet: A5, 0D and AB. RGB value is (165,13,171). Sum of RGB (Red+Green+Blue) = 165+13+171=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #A50DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50DAB is #5AF254. Grayscale: #4B4B4B. Windows color (decimal): -5960277 or 11210149. OLE color: 11210149.

HSL color Cylindrical-coordinate representation of color #A50DAB: hue angle of 297.72º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50DAB is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 13 171 -
CMYK 0.04 0.92 0 0.33
HSL 297.72º 0.86% 0.36% -
HSV(B) 297.72º 0.92% 0.67% -
XYZ 23.01 11.23 39.48 -
YUV 76.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 165 13 171 0.04 0.92 0 0.33 297.72 0.86 0.36
Hex A5 D AB 4 5C 0 21 12A 56 24
Octal 245 15 253 4 134 0 41 452 126 44
Binary 10100101 1101 10101011 100 1011100 0 100001 100101010 1010110 100100

Color Harmonies of #A50DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DAB

Black with #A50DAB

Text Example


Text Example

White with #A50DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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