Html Css Color HEX #A5008D Dark Magenta

📋 copy color: '#A5008D'

red 165 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #A5008D

Tints of Dark Magenta #A5008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 53.92%
G = 0%
B = 46.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5008D (or 0xA5008D) is known color: Dark Magenta. HEX triplet: A5, 00 and 8D. RGB value is (165,0,141). Sum of RGB (Red+Green+Blue) = 165+0+141=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5008D is #5AFF72. Grayscale: #414141. Windows color (decimal): -5963635 or 9240741. OLE color: 9240741.

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

Color convert

RGB 165 0 141 -
CMYK 0 1 0.15 0.35
HSL 308.73º 1% 0.32% -
HSV(B) 308.73º 1% 0.65% -
XYZ 20.32 9.92 26.04 -
YUV 65.41 170.66 199.04 -
System Red Green Blue C M Y K H S L
Decimal 165 0 141 0 1 0.15 0.35 308.73 1 0.32
Hex A5 0 8D 0 64 F 23 135 64 20
Octal 245 0 215 0 144 17 43 465 144 40
Binary 10100101 0 10001101 0 1100100 1111 100011 100110101 1100100 100000

Color Harmonies of #A5008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5008D

Black with #A5008D

Text Example


Text Example

White with #A5008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5008D; }

 p { color: rgb(165,0,141); }

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

background-color css

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

 a { background-color: rgb(165,0,141); }

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

border-color css

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

 span { border-color: rgb(165,0,141); }

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