Html Css Color HEX #A5009C Dark Magenta

📋 copy color: '#A5009C'

red 165 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #A5009C

Tints of Dark Magenta #A5009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.6%

R = 51.4%
G = 0%
B = 48.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5009C (or 0xA5009C) is known color: Dark Magenta. HEX triplet: A5, 00 and 9C. RGB value is (165,0,156). Sum of RGB (Red+Green+Blue) = 165+0+156=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5009C is #5AFF63. Grayscale: #424242. Windows color (decimal): -5963620 or 10223781. OLE color: 10223781.

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

Color convert

RGB 165 0 156 -
CMYK 0 1 0.05 0.35
HSL 303.27º 1% 0.32% -
HSV(B) 303.27º 1% 0.65% -
XYZ 21.52 10.4 32.33 -
YUV 67.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 165 0 156 0 1 0.05 0.35 303.27 1 0.32
Hex A5 0 9C 0 64 5 23 12F 64 20
Octal 245 0 234 0 144 5 43 457 144 40
Binary 10100101 0 10011100 0 1100100 101 100011 100101111 1100100 100000

Color Harmonies of #A5009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5009C

Black with #A5009C

Text Example


Text Example

White with #A5009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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