Html Css Color HEX #A31892 Dark Magenta

📋 copy color: '#A31892'

red 163 ◦ green 24 ◦ blue 146

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

Shades of Dark Magenta #A31892

Tints of Dark Magenta #A31892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.21%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 48.95%
G = 7.21%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A31892 (or 0xA31892) is known color: Dark Magenta. HEX triplet: A3, 18 and 92. RGB value is (163,24,146). Sum of RGB (Red+Green+Blue) = 163+24+146=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A31892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31892 is #5CE76D. Grayscale: #4F4F4F. Windows color (decimal): -6088558 or 9574563. OLE color: 9574563.

HSL color Cylindrical-coordinate representation of color #A31892: hue angle of 307.34º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31892 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 24 146 -
CMYK 0 0.85 0.10 0.36
HSL 307.34º 0.74% 0.37% -
HSV(B) 307.34º 0.85% 0.64% -
XYZ 20.62 10.52 28.14 -
YUV 79.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 163 24 146 0 0.85 0.10 0.36 307.34 0.74 0.37
Hex A3 18 92 0 55 A 24 133 4A 25
Octal 243 30 222 0 125 12 44 463 112 45
Binary 10100011 11000 10010010 0 1010101 1010 100100 100110011 1001010 100101

Color Harmonies of #A31892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31892

Black with #A31892

Text Example


Text Example

White with #A31892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31892; }

 p { color: rgb(163,24,146); }

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

background-color css

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

 a { background-color: rgb(163,24,146); }

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

border-color css

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

 span { border-color: rgb(163,24,146); }

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