Html Css Color HEX #A5009F Dark Magenta

📋 copy color: '#A5009F'

red 165 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #A5009F

Tints of Dark Magenta #A5009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.07%

R = 50.93%
G = 0%
B = 49.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5009F (or 0xA5009F) is known color: Dark Magenta. HEX triplet: A5, 00 and 9F. RGB value is (165,0,159). Sum of RGB (Red+Green+Blue) = 165+0+159=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5009F is #5AFF60. Grayscale: #424242. Windows color (decimal): -5963617 or 10420389. OLE color: 10420389.

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

Color convert

RGB 165 0 159 -
CMYK 0 1 0.04 0.35
HSL 302.18º 1% 0.32% -
HSV(B) 302.18º 1% 0.65% -
XYZ 21.78 10.5 33.68 -
YUV 67.46 179.66 197.57 -
System Red Green Blue C M Y K H S L
Decimal 165 0 159 0 1 0.04 0.35 302.18 1 0.32
Hex A5 0 9F 0 64 4 23 12E 64 20
Octal 245 0 237 0 144 4 43 456 144 40
Binary 10100101 0 10011111 0 1100100 100 100011 100101110 1100100 100000

Color Harmonies of #A5009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5009F

Black with #A5009F

Text Example


Text Example

White with #A5009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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