Html Css Color HEX #A81097 Dark Magenta

📋 copy color: '#A81097'

red 168 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #A81097

Tints of Dark Magenta #A81097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 50.15%
G = 4.78%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A81097 (or 0xA81097) is known color: Dark Magenta. HEX triplet: A8, 10 and 97. RGB value is (168,16,151). Sum of RGB (Red+Green+Blue) = 168+16+151=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A81097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81097 is #57EF68. Grayscale: #4C4C4C. Windows color (decimal): -5762921 or 9900200. OLE color: 9900200.

HSL color Cylindrical-coordinate representation of color #A81097: hue angle of 306.71º 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 #A81097 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 151 -
CMYK 0 0.90 0.10 0.34
HSL 306.71º 0.83% 0.36% -
HSV(B) 306.71º 0.9% 0.66% -
XYZ 21.92 10.93 30.23 -
YUV 76.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 168 16 151 0 0.90 0.10 0.34 306.71 0.83 0.36
Hex A8 10 97 0 5A A 22 133 53 24
Octal 250 20 227 0 132 12 42 463 123 44
Binary 10101000 10000 10010111 0 1011010 1010 100010 100110011 1010011 100100

Color Harmonies of #A81097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81097

Black with #A81097

Text Example


Text Example

White with #A81097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81097; }

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

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

background-color css

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

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

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

border-color css

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

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

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