Html Css Color HEX #A5099D Dark Magenta

📋 copy color: '#A5099D'

red 165 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #A5099D

Tints of Dark Magenta #A5099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 49.85%
G = 2.72%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5099D (or 0xA5099D) is known color: Dark Magenta. HEX triplet: A5, 09 and 9D. RGB value is (165,9,157). Sum of RGB (Red+Green+Blue) = 165+9+157=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5099D is #5AF662. Grayscale: #484848. Windows color (decimal): -5961315 or 10291621. OLE color: 10291621.

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

Color convert

RGB 165 9 157 -
CMYK 0 0.95 0.05 0.35
HSL 303.08º 0.9% 0.34% -
HSV(B) 303.08º 0.95% 0.65% -
XYZ 21.7 10.63 32.81 -
YUV 72.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 165 9 157 0 0.95 0.05 0.35 303.08 0.9 0.34
Hex A5 9 9D 0 5F 5 23 12F 5A 22
Octal 245 11 235 0 137 5 43 457 132 42
Binary 10100101 1001 10011101 0 1011111 101 100011 100101111 1011010 100010

Color Harmonies of #A5099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5099D

Black with #A5099D

Text Example


Text Example

White with #A5099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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