Html Css Color HEX #A5189A Dark Magenta

📋 copy color: '#A5189A'

red 165 ◦ green 24 ◦ blue 154

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

Shades of Dark Magenta #A5189A

Tints of Dark Magenta #A5189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 48.1%
G = 7%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5189A (or 0xA5189A) is known color: Dark Magenta. HEX triplet: A5, 18 and 9A. RGB value is (165,24,154). Sum of RGB (Red+Green+Blue) = 165+24+154=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5189A is #5AE765. Grayscale: #505050. Windows color (decimal): -5957478 or 10098853. OLE color: 10098853.

HSL color Cylindrical-coordinate representation of color #A5189A: hue angle of 304.68º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5189A is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 24 154 -
CMYK 0 0.85 0.07 0.35
HSL 304.68º 0.75% 0.37% -
HSV(B) 304.68º 0.85% 0.65% -
XYZ 21.68 10.99 31.55 -
YUV 80.98 169.21 187.93 -
System Red Green Blue C M Y K H S L
Decimal 165 24 154 0 0.85 0.07 0.35 304.68 0.75 0.37
Hex A5 18 9A 0 55 7 23 131 4B 25
Octal 245 30 232 0 125 7 43 461 113 45
Binary 10100101 11000 10011010 0 1010101 111 100011 100110001 1001011 100101

Color Harmonies of #A5189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5189A

Black with #A5189A

Text Example


Text Example

White with #A5189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5189A; }

 p { color: rgb(165,24,154); }

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

background-color css

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

 a { background-color: rgb(165,24,154); }

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

border-color css

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

 span { border-color: rgb(165,24,154); }

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