Html Css Color HEX #A5019B Dark Magenta

📋 copy color: '#A5019B'

red 165 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #A5019B

Tints of Dark Magenta #A5019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 51.4%
G = 0.31%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5019B (or 0xA5019B) is known color: Dark Magenta. HEX triplet: A5, 01 and 9B. RGB value is (165,1,155). Sum of RGB (Red+Green+Blue) = 165+1+155=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5019B is #5AFE64. Grayscale: #434343. Windows color (decimal): -5963365 or 10158501. OLE color: 10158501.

HSL color Cylindrical-coordinate representation of color #A5019B: hue angle of 303.66º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5019B is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 155 -
CMYK 0 0.99 0.06 0.35
HSL 303.66º 0.99% 0.33% -
HSV(B) 303.66º 0.99% 0.65% -
XYZ 21.44 10.39 31.89 -
YUV 67.59 177.33 197.48 -
System Red Green Blue C M Y K H S L
Decimal 165 1 155 0 0.99 0.06 0.35 303.66 0.99 0.33
Hex A5 1 9B 0 63 6 23 130 63 21
Octal 245 1 233 0 143 6 43 460 143 41
Binary 10100101 1 10011011 0 1100011 110 100011 100110000 1100011 100001

Color Harmonies of #A5019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5019B

Black with #A5019B

Text Example


Text Example

White with #A5019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5019B; }

 p { color: rgb(165,1,155); }

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

background-color css

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

 a { background-color: rgb(165,1,155); }

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

border-color css

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

 span { border-color: rgb(165,1,155); }

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