Html Css Color HEX #A5019C Dark Magenta

📋 copy color: '#A5019C'

red 165 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #A5019C

Tints of Dark Magenta #A5019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 51.24%
G = 0.31%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5019C (or 0xA5019C) is known color: Dark Magenta. HEX triplet: A5, 01 and 9C. RGB value is (165,1,156). Sum of RGB (Red+Green+Blue) = 165+1+156=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5019C is #5AFE63. Grayscale: #434343. Windows color (decimal): -5963364 or 10224037. OLE color: 10224037.

HSL color Cylindrical-coordinate representation of color #A5019C: hue angle of 303.29º 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 #A5019C is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 156 -
CMYK 0 0.99 0.05 0.35
HSL 303.29º 0.99% 0.33% -
HSV(B) 303.29º 0.99% 0.65% -
XYZ 21.53 10.42 32.33 -
YUV 67.71 177.83 197.4 -
System Red Green Blue C M Y K H S L
Decimal 165 1 156 0 0.99 0.05 0.35 303.29 0.99 0.33
Hex A5 1 9C 0 63 5 23 12F 63 21
Octal 245 1 234 0 143 5 43 457 143 41
Binary 10100101 1 10011100 0 1100011 101 100011 100101111 1100011 100001

Color Harmonies of #A5019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5019C

Black with #A5019C

Text Example


Text Example

White with #A5019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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