Html Css Color HEX #A81295 Dark Magenta

📋 copy color: '#A81295'

red 168 ◦ green 18 ◦ blue 149

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

Shades of Dark Magenta #A81295

Tints of Dark Magenta #A81295

RGB

 RED value IS 168 (66.02% from 255) = 50.15%

 GREEN value IS 18 (7.42% from 255) = 5.37%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 50.15%
G = 5.37%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A81295 (or 0xA81295) is known color: Dark Magenta. HEX triplet: A8, 12 and 95. RGB value is (168,18,149). Sum of RGB (Red+Green+Blue) = 168+18+149=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A81295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81295 is #57ED6A. Grayscale: #4D4D4D. Windows color (decimal): -5762411 or 9769640. OLE color: 9769640.

HSL color Cylindrical-coordinate representation of color #A81295: hue angle of 307.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81295 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 149 -
CMYK 0 0.89 0.11 0.34
HSL 307.6º 0.81% 0.36% -
HSV(B) 307.6º 0.89% 0.66% -
XYZ 21.79 10.93 29.39 -
YUV 77.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 168 18 149 0 0.89 0.11 0.34 307.6 0.81 0.36
Hex A8 12 95 0 59 B 22 134 51 24
Octal 250 22 225 0 131 13 42 464 121 44
Binary 10101000 10010 10010101 0 1011001 1011 100010 100110100 1010001 100100

Color Harmonies of #A81295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81295

Black with #A81295

Text Example


Text Example

White with #A81295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81295; }

 p { color: rgb(168,18,149); }

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

background-color css

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

 a { background-color: rgb(168,18,149); }

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

border-color css

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

 span { border-color: rgb(168,18,149); }

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