Html Css Color HEX #A3168C Dark Magenta

📋 copy color: '#A3168C'

red 163 ◦ green 22 ◦ blue 140

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

Shades of Dark Magenta #A3168C

Tints of Dark Magenta #A3168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 50.15%
G = 6.77%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3168C (or 0xA3168C) is known color: Dark Magenta. HEX triplet: A3, 16 and 8C. RGB value is (163,22,140). Sum of RGB (Red+Green+Blue) = 163+22+140=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3168C is #5CE973. Grayscale: #4D4D4D. Windows color (decimal): -6089076 or 9180835. OLE color: 9180835.

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

Color convert

RGB 163 22 140 -
CMYK 0 0.87 0.14 0.36
HSL 309.79º 0.76% 0.36% -
HSV(B) 309.79º 0.87% 0.64% -
XYZ 20.12 10.25 25.73 -
YUV 77.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 163 22 140 0 0.87 0.14 0.36 309.79 0.76 0.36
Hex A3 16 8C 0 57 E 24 136 4C 24
Octal 243 26 214 0 127 16 44 466 114 44
Binary 10100011 10110 10001100 0 1010111 1110 100100 100110110 1001100 100100

Color Harmonies of #A3168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3168C

Black with #A3168C

Text Example


Text Example

White with #A3168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3168C; }

 p { color: rgb(163,22,140); }

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

background-color css

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

 a { background-color: rgb(163,22,140); }

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

border-color css

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

 span { border-color: rgb(163,22,140); }

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