Html Css Color HEX #A31798 Dark Magenta

📋 copy color: '#A31798'

red 163 ◦ green 23 ◦ blue 152

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

Shades of Dark Magenta #A31798

Tints of Dark Magenta #A31798

RGB

 RED value IS 163 (64.06% from 255) = 48.22%

 GREEN value IS 23 (9.38% from 255) = 6.8%

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

R = 48.22%
G = 6.8%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A31798 (or 0xA31798) is known color: Dark Magenta. HEX triplet: A3, 17 and 98. RGB value is (163,23,152). Sum of RGB (Red+Green+Blue) = 163+23+152=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A31798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31798 is #5CE867. Grayscale: #4F4F4F. Windows color (decimal): -6088808 or 9967523. OLE color: 9967523.

HSL color Cylindrical-coordinate representation of color #A31798: hue angle of 304.71º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31798 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 23 152 -
CMYK 0 0.86 0.07 0.36
HSL 304.71º 0.75% 0.36% -
HSV(B) 304.71º 0.86% 0.64% -
XYZ 21.08 10.67 30.65 -
YUV 79.57 168.88 187.51 -
System Red Green Blue C M Y K H S L
Decimal 163 23 152 0 0.86 0.07 0.36 304.71 0.75 0.36
Hex A3 17 98 0 56 7 24 131 4B 24
Octal 243 27 230 0 126 7 44 461 113 44
Binary 10100011 10111 10011000 0 1010110 111 100100 100110001 1001011 100100

Color Harmonies of #A31798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31798

Black with #A31798

Text Example


Text Example

White with #A31798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31798; }

 p { color: rgb(163,23,152); }

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

background-color css

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

 a { background-color: rgb(163,23,152); }

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

border-color css

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

 span { border-color: rgb(163,23,152); }

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