Html Css Color HEX #A5098D Dark Magenta

📋 copy color: '#A5098D'

red 165 ◦ green 9 ◦ blue 141

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

Shades of Dark Magenta #A5098D

Tints of Dark Magenta #A5098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

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

R = 52.38%
G = 2.86%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5098D (or 0xA5098D) is known color: Dark Magenta. HEX triplet: A5, 09 and 8D. RGB value is (165,9,141). Sum of RGB (Red+Green+Blue) = 165+9+141=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5098D is #5AF672. Grayscale: #464646. Windows color (decimal): -5961331 or 9243045. OLE color: 9243045.

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

Color convert

RGB 165 9 141 -
CMYK 0 0.95 0.15 0.35
HSL 309.23º 0.9% 0.34% -
HSV(B) 309.23º 0.95% 0.65% -
XYZ 20.42 10.12 26.08 -
YUV 70.69 167.68 195.27 -
System Red Green Blue C M Y K H S L
Decimal 165 9 141 0 0.95 0.15 0.35 309.23 0.9 0.34
Hex A5 9 8D 0 5F F 23 135 5A 22
Octal 245 11 215 0 137 17 43 465 132 42
Binary 10100101 1001 10001101 0 1011111 1111 100011 100110101 1011010 100010

Color Harmonies of #A5098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5098D

Black with #A5098D

Text Example


Text Example

White with #A5098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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