Html Css Color HEX #A31092 Dark Magenta

📋 copy color: '#A31092'

red 163 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #A31092

Tints of Dark Magenta #A31092

RGB

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

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

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

R = 50.15%
G = 4.92%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A31092 (or 0xA31092) is known color: Dark Magenta. HEX triplet: A3, 10 and 92. RGB value is (163,16,146). Sum of RGB (Red+Green+Blue) = 163+16+146=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A31092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31092 is #5CEF6D. Grayscale: #4A4A4A. Windows color (decimal): -6090606 or 9572515. OLE color: 9572515.

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

Color convert

RGB 163 16 146 -
CMYK 0 0.90 0.10 0.36
HSL 306.94º 0.82% 0.35% -
HSV(B) 306.94º 0.9% 0.64% -
XYZ 20.48 10.23 28.09 -
YUV 74.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 163 16 146 0 0.90 0.10 0.36 306.94 0.82 0.35
Hex A3 10 92 0 5A A 24 133 52 23
Octal 243 20 222 0 132 12 44 463 122 43
Binary 10100011 10000 10010010 0 1011010 1010 100100 100110011 1010010 100011

Color Harmonies of #A31092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31092

Black with #A31092

Text Example


Text Example

White with #A31092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31092; }

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

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

background-color css

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

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

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

border-color css

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

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

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