Html Css Color HEX #A71698 Dark Magenta

📋 copy color: '#A71698'

red 167 ◦ green 22 ◦ blue 152

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

Shades of Dark Magenta #A71698

Tints of Dark Magenta #A71698

RGB

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

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

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

R = 48.97%
G = 6.45%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A71698 (or 0xA71698) is known color: Dark Magenta. HEX triplet: A7, 16 and 98. RGB value is (167,22,152). Sum of RGB (Red+Green+Blue) = 167+22+152=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A71698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71698 is #58E967. Grayscale: #4F4F4F. Windows color (decimal): -5826920 or 9967271. OLE color: 9967271.

HSL color Cylindrical-coordinate representation of color #A71698: hue angle of 306.21º degrees, saturation: 0.77, 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 #A71698 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 22 152 -
CMYK 0 0.87 0.09 0.35
HSL 306.21º 0.77% 0.37% -
HSV(B) 306.21º 0.87% 0.65% -
XYZ 21.89 11.06 30.69 -
YUV 80.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 167 22 152 0 0.87 0.09 0.35 306.21 0.77 0.37
Hex A7 16 98 0 57 9 23 132 4D 25
Octal 247 26 230 0 127 11 43 462 115 45
Binary 10100111 10110 10011000 0 1010111 1001 100011 100110010 1001101 100101

Color Harmonies of #A71698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71698

Black with #A71698

Text Example


Text Example

White with #A71698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71698; }

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

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

background-color css

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

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

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

border-color css

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

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

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