Html Css Color HEX #A5168D Dark Magenta

📋 copy color: '#A5168D'

red 165 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #A5168D

Tints of Dark Magenta #A5168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.71%

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 50.3%
G = 6.71%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5168D (or 0xA5168D) is known color: Dark Magenta. HEX triplet: A5, 16 and 8D. RGB value is (165,22,141). Sum of RGB (Red+Green+Blue) = 165+22+141=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5168D is #5AE972. Grayscale: #4D4D4D. Windows color (decimal): -5958003 or 9246373. OLE color: 9246373.

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

Color convert

RGB 165 22 141 -
CMYK 0 0.87 0.15 0.35
HSL 310.07º 0.76% 0.37% -
HSV(B) 310.07º 0.87% 0.65% -
XYZ 20.61 10.5 26.14 -
YUV 78.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 165 22 141 0 0.87 0.15 0.35 310.07 0.76 0.37
Hex A5 16 8D 0 57 F 23 136 4C 25
Octal 245 26 215 0 127 17 43 466 114 45
Binary 10100101 10110 10001101 0 1010111 1111 100011 100110110 1001100 100101

Color Harmonies of #A5168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5168D

Black with #A5168D

Text Example


Text Example

White with #A5168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5168D; }

 p { color: rgb(165,22,141); }

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

background-color css

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

 a { background-color: rgb(165,22,141); }

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

border-color css

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

 span { border-color: rgb(165,22,141); }

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