Html Css Color HEX #A81095 Dark Magenta

📋 copy color: '#A81095'

red 168 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #A81095

Tints of Dark Magenta #A81095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.8%

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

R = 50.45%
G = 4.8%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A81095 (or 0xA81095) is known color: Dark Magenta. HEX triplet: A8, 10 and 95. RGB value is (168,16,149). Sum of RGB (Red+Green+Blue) = 168+16+149=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A81095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81095 is #57EF6A. Grayscale: #4C4C4C. Windows color (decimal): -5762923 or 9769128. OLE color: 9769128.

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

Color convert

RGB 168 16 149 -
CMYK 0 0.90 0.11 0.34
HSL 307.5º 0.83% 0.36% -
HSV(B) 307.5º 0.9% 0.66% -
XYZ 21.76 10.87 29.38 -
YUV 76.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 168 16 149 0 0.90 0.11 0.34 307.5 0.83 0.36
Hex A8 10 95 0 5A B 22 134 53 24
Octal 250 20 225 0 132 13 42 464 123 44
Binary 10101000 10000 10010101 0 1011010 1011 100010 100110100 1010011 100100

Color Harmonies of #A81095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81095

Black with #A81095

Text Example


Text Example

White with #A81095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81095; }

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

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

background-color css

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

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

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

border-color css

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

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

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