Html Css Color HEX #A5089B Dark Magenta

📋 copy color: '#A5089B'

red 165 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #A5089B

Tints of Dark Magenta #A5089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

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

R = 50.3%
G = 2.44%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5089B (or 0xA5089B) is known color: Dark Magenta. HEX triplet: A5, 08 and 9B. RGB value is (165,8,155). Sum of RGB (Red+Green+Blue) = 165+8+155=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5089B is #5AF764. Grayscale: #474747. Windows color (decimal): -5961573 or 10160293. OLE color: 10160293.

HSL color Cylindrical-coordinate representation of color #A5089B: hue angle of 303.82º degrees, saturation: 0.91, 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 #A5089B is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 8 155 -
CMYK 0 0.95 0.06 0.35
HSL 303.82º 0.91% 0.34% -
HSV(B) 303.82º 0.95% 0.65% -
XYZ 21.52 10.54 31.91 -
YUV 71.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 165 8 155 0 0.95 0.06 0.35 303.82 0.91 0.34
Hex A5 8 9B 0 5F 6 23 130 5B 22
Octal 245 10 233 0 137 6 43 460 133 42
Binary 10100101 1000 10011011 0 1011111 110 100011 100110000 1011011 100010

Color Harmonies of #A5089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5089B

Black with #A5089B

Text Example


Text Example

White with #A5089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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