Html Css Color HEX #A71098 Dark Magenta

📋 copy color: '#A71098'

red 167 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #A71098

Tints of Dark Magenta #A71098

RGB

 RED value IS 167 (65.63% from 255) = 49.85%

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

 BLUE value IS 152 (59.77% from 255) = 45.37%

R = 49.85%
G = 4.78%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A71098 (or 0xA71098) is known color: Dark Magenta. HEX triplet: A7, 10 and 98. RGB value is (167,16,152). Sum of RGB (Red+Green+Blue) = 167+16+152=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A71098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71098 is #58EF67. Grayscale: #4C4C4C. Windows color (decimal): -5828456 or 9965735. OLE color: 9965735.

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

Color convert

RGB 167 16 152 -
CMYK 0 0.90 0.09 0.35
HSL 305.96º 0.83% 0.36% -
HSV(B) 305.96º 0.9% 0.65% -
XYZ 21.79 10.85 30.65 -
YUV 76.65 170.53 192.44 -
System Red Green Blue C M Y K H S L
Decimal 167 16 152 0 0.90 0.09 0.35 305.96 0.83 0.36
Hex A7 10 98 0 5A 9 23 132 53 24
Octal 247 20 230 0 132 11 43 462 123 44
Binary 10100111 10000 10011000 0 1011010 1001 100011 100110010 1010011 100100

Color Harmonies of #A71098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71098

Black with #A71098

Text Example


Text Example

White with #A71098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71098; }

 p { color: rgb(167,16,152); }

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

background-color css

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

 a { background-color: rgb(167,16,152); }

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

border-color css

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

 span { border-color: rgb(167,16,152); }

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